#E96FD4

Color #E96FD4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E96FD4

Tints of Orchid #E96FD4

Color information

#E96FD4 (or 0xE96FD4) is unknown color: approx Orchid. HEX triplet: E9, 6F and D4. RGB value is (233,111,212). Sum of RGB (Red+Green+Blue) = 233+111+212=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FD4 is #16902B. Grayscale: #9E9E9E. Windows color (decimal): -1478700 or 13922281. OLE color: 13922281.

HSL color Cylindrical-coordinate representation of color #E96FD4: hue angle of 310.33º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FD4 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233111212-
CMYK00.520.090.09
HSL310.33º73.49%67.45%-
HSV(B)310.33º52.36%91.37%-
XYZ51.1733.4566.05-
YUV158.99157.92180.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 111 (43.75% from 255) = 19.96%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=41.91%
G=19.96%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311121200.520.090.09310.3373.4967.45
HexE96FD4034991364943
Octal3511573240641111466111103
Binary1110100111011111101010001101001001100110011011010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96FD4; }

 p { color: rgb(233,111,212); }

 H1.HeaderClassName
 {
   color: #E96FD4;
 }
 .AnyTagClassName
 {
   color: #E96FD4;
 }
</style>
background-color css

<style>
 a { background-color: #E96FD4; }

 a { background-color: rgb(233,111,212); }

 div.DivClassName
 {
   background-color: #E96FD4;
 }
 .BgClassName
 {
   background-color: #E96FD4;
 }
</style>
border-color css

<style>
 span { border-color: #E96FD4; }

 span { border-color: rgb(233,111,212); }

 td.TdClassName
 {
   border-color: #E96FD4;
 }
 .TagClassName
 {
   border-color: #E96FD4;
 }
</style>