#E088D9

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

Shades of Orchid #E088D9

Tints of Orchid #E088D9

Color information

#E088D9 (or 0xE088D9) is unknown color: approx Orchid. HEX triplet: E0, 88 and D9. RGB value is (224,136,217). Sum of RGB (Red+Green+Blue) = 224+136+217=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E088D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088D9 is #1F7726. Grayscale: #ABABAB. Windows color (decimal): -2062119 or 14256352. OLE color: 14256352.

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

Color convert

RGB224136217-
CMYK00.390.030.12
HSL304.77º58.67%70.59%-
HSV(B)304.77º39.29%87.84%-
XYZ52.0738.4770.33-
YUV171.55153.65165.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 23.57%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=38.82%
G=23.57%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413621700.390.030.12304.7758.6770.59
HexE088D90273C1313b47
Octal34021033104731446173107
Binary11100000100010001101100101001111111001001100011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088D9; }

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

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

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

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

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

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

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

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