Html Css Color HEX #E086C9 Tea Rose

📋 copy color: '#E086C9'

red 224 ◦ green 134 ◦ blue 201

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

Shades of Tea Rose #E086C9

Tints of Tea Rose #E086C9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.97%

 BLUE value IS 201 (78.91% from 255) = 35.96%

R = 40.07%
G = 23.97%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E086C9 (or 0xE086C9) is known color: Tea Rose. HEX triplet: E0, 86 and C9. RGB value is (224,134,201). Sum of RGB (Red+Green+Blue) = 224+134+201=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E086C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086C9 is #1F7936. Grayscale: #A8A8A8. Windows color (decimal): -2062647 or 13207264. OLE color: 13207264.

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

Color convert

RGB 224 134 201 -
CMYK 0 0.40 0.10 0.12
HSL 315.33º 0.59% 0.7% -
HSV(B) 315.33º 0.4% 0.88% -
XYZ 49.81 37.11 59.8 -
YUV 168.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 224 134 201 0 0.40 0.10 0.12 315.33 0.59 0.7
Hex E0 86 C9 0 28 A C 13B 3B 46
Octal 340 206 311 0 50 12 14 473 73 106
Binary 11100000 10000110 11001001 0 101000 1010 1100 100111011 111011 1000110

Color Harmonies of #E086C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086C9

Black with #E086C9

Text Example


Text Example

White with #E086C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086C9; }

 p { color: rgb(224,134,201); }

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

background-color css

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

 a { background-color: rgb(224,134,201); }

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

border-color css

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

 span { border-color: rgb(224,134,201); }

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