#E087CB

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

Shades of Orchid #E087CB

Tints of Orchid #E087CB

Color information

#E087CB (or 0xE087CB) is unknown color: approx Orchid. HEX triplet: E0, 87 and CB. RGB value is (224,135,203). Sum of RGB (Red+Green+Blue) = 224+135+203=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E087CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087CB is #1F7834. Grayscale: #A9A9A9. Windows color (decimal): -2062389 or 13338592. OLE color: 13338592.

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

Color convert

RGB224135203-
CMYK00.400.090.12
HSL314.16º58.94%70.39%-
HSV(B)314.16º39.73%87.84%-
XYZ50.1837.4961.09-
YUV169.36146.99166.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 135 (53.12% from 255) = 24.02%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=39.86%
G=24.02%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413520300.400.090.12314.1658.9470.39
HexE087CB0289C13a3b46
Octal340207313050111447273106
Binary1110000010000111110010110101000100111001001110101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E087CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E087CB; }

 p { color: rgb(224,135,203); }

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

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

 a { background-color: rgb(224,135,203); }

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

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

 span { border-color: rgb(224,135,203); }

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