Html Css Color HEX #E088CE Orchid

📋 copy color: '#E088CE'

red 224 ◦ green 136 ◦ blue 206

#E088CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E088CE

Tints of Orchid #E088CE

RGB

 RED value IS 224 (87.89% from 255) = 39.58%

 GREEN value IS 136 (53.52% from 255) = 24.03%

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 39.58%
G = 24.03%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E088CE (or 0xE088CE) is known color: Orchid. HEX triplet: E0, 88 and CE. RGB value is (224,136,206). Sum of RGB (Red+Green+Blue) = 224+136+206=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CE is #1F7731. Grayscale: #AAAAAA. Windows color (decimal): -2062130 or 13535456. OLE color: 13535456.

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

Color convert

RGB 224 136 206 -
CMYK 0 0.39 0.08 0.12
HSL 312.27º 0.59% 0.71% -
HSV(B) 312.27º 0.39% 0.88% -
XYZ 50.69 37.91 63.04 -
YUV 170.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 224 136 206 0 0.39 0.08 0.12 312.27 0.59 0.71
Hex E0 88 CE 0 27 8 C 138 3B 47
Octal 340 210 316 0 47 10 14 470 73 107
Binary 11100000 10001000 11001110 0 100111 1000 1100 100111000 111011 1000111

Color Harmonies of #E088CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088CE

Black with #E088CE

Text Example


Text Example

White with #E088CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088CE; }

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

 H1.HeaderClassName
 {
   color: #E088CE;
 }
 .AnyTagClassName
 {
   color: #E088CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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