#E088CF

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

Shades of Orchid #E088CF

Tints of Orchid #E088CF

Color information

#E088CF (or 0xE088CF) is unknown color: approx Orchid. HEX triplet: E0, 88 and CF. RGB value is (224,136,207). Sum of RGB (Red+Green+Blue) = 224+136+207=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CF is #1F7730. Grayscale: #AAAAAA. Windows color (decimal): -2062129 or 13600992. OLE color: 13600992.

HSL color Cylindrical-coordinate representation of color #E088CF: hue angle of 311.59º 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 #E088CF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224136207-
CMYK00.390.080.12
HSL311.59º58.67%70.59%-
HSV(B)311.59º39.29%87.84%-
XYZ50.8137.9663.68-
YUV170.41148.65166.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=39.51%
G=23.99%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413620700.390.080.12311.5958.6770.59
HexE088CF0278C1383b47
Octal340210317047101447073107
Binary1110000010001000110011110100111100011001001110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088CF; }

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

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

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

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

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

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

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

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