Html Css Color HEX #E089CE Orchid

📋 copy color: '#E089CE'

red 224 ◦ green 137 ◦ blue 206

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

Shades of Orchid #E089CE

Tints of Orchid #E089CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.16%

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

R = 39.51%
G = 24.16%
B = 36.33%

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

#E089CE (or 0xE089CE) is known color: Orchid. HEX triplet: E0, 89 and CE. RGB value is (224,137,206). Sum of RGB (Red+Green+Blue) = 224+137+206=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E089CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089CE is #1F7631. Grayscale: #AAAAAA. Windows color (decimal): -2061874 or 13535712. OLE color: 13535712.

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

Color convert

RGB 224 137 206 -
CMYK 0 0.39 0.08 0.12
HSL 312.41º 0.58% 0.71% -
HSV(B) 312.41º 0.39% 0.88% -
XYZ 50.83 38.19 63.09 -
YUV 170.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 224 137 206 0 0.39 0.08 0.12 312.41 0.58 0.71
Hex E0 89 CE 0 27 8 C 138 3A 47
Octal 340 211 316 0 47 10 14 470 72 107
Binary 11100000 10001001 11001110 0 100111 1000 1100 100111000 111010 1000111

Color Harmonies of #E089CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089CE

Black with #E089CE

Text Example


Text Example

White with #E089CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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