#E085CB

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

Shades of Orchid #E085CB

Tints of Orchid #E085CB

Color information

#E085CB (or 0xE085CB) is unknown color: approx Orchid. HEX triplet: E0, 85 and CB. RGB value is (224,133,203). Sum of RGB (Red+Green+Blue) = 224+133+203=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E085CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085CB is #1F7A34. Grayscale: #A8A8A8. Windows color (decimal): -2062901 or 13338080. OLE color: 13338080.

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

Color convert

RGB224133203-
CMYK00.410.090.12
HSL313.85º59.48%70%-
HSV(B)313.85º40.62%87.84%-
XYZ49.9136.9361-
YUV168.19147.65167.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=40%
G=23.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413320300.410.090.12313.8559.4870
HexE085CB0299C13a3b46
Octal340205313051111447273106
Binary1110000010000101110010110101001100111001001110101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085CB; }

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

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

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

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

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

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

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

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