#E088CC

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

Shades of Orchid #E088CC

Tints of Orchid #E088CC

Color information

#E088CC (or 0xE088CC) is unknown color: approx Orchid. HEX triplet: E0, 88 and CC. RGB value is (224,136,204). Sum of RGB (Red+Green+Blue) = 224+136+204=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CC is #1F7733. Grayscale: #A9A9A9. Windows color (decimal): -2062132 or 13404384. OLE color: 13404384.

HSL color Cylindrical-coordinate representation of color #E088CC: hue angle of 313.64º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088CC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224136204-
CMYK00.390.090.12
HSL313.64º58.67%70.59%-
HSV(B)313.64º39.29%87.84%-
XYZ50.4437.8261.77-
YUV170.06147.15166.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 136 (53.52% from 255) = 24.11%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=39.72%
G=24.11%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413620400.390.090.12313.6458.6770.59
HexE088CC0279C13a3b47
Octal340210314047111447273107
Binary1110000010001000110011000100111100111001001110101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088CC; }

 p { color: rgb(224,136,204); }

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

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

 a { background-color: rgb(224,136,204); }

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

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

 span { border-color: rgb(224,136,204); }

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