#E085CE

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

Shades of Orchid #E085CE

Tints of Orchid #E085CE

Color information

#E085CE (or 0xE085CE) is unknown color: approx Orchid. HEX triplet: E0, 85 and CE. RGB value is (224,133,206). Sum of RGB (Red+Green+Blue) = 224+133+206=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E085CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085CE is #1F7A31. Grayscale: #A8A8A8. Windows color (decimal): -2062898 or 13534688. OLE color: 13534688.

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

Color convert

RGB224133206-
CMYK00.410.080.12
HSL311.87º59.48%70%-
HSV(B)311.87º40.62%87.84%-
XYZ50.2737.0862.9-
YUV168.53149.15167.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=39.79%
G=23.62%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413320600.410.080.12311.8759.4870
HexE085CE0298C1383b46
Octal340205316051101447073106
Binary1110000010000101110011100101001100011001001110001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085CE; }

 p { color: rgb(224,133,206); }

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

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

 a { background-color: rgb(224,133,206); }

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

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

 span { border-color: rgb(224,133,206); }

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