Html Css Color HEX #E086C6 Tea Rose

📋 copy color: '#E086C6'

red 224 ◦ green 134 ◦ blue 198

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

Shades of Tea Rose #E086C6

Tints of Tea Rose #E086C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 40.29%
G = 24.1%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E086C6 (or 0xE086C6) is known color: Tea Rose. HEX triplet: E0, 86 and C6. RGB value is (224,134,198). Sum of RGB (Red+Green+Blue) = 224+134+198=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E086C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086C6 is #1F7939. Grayscale: #A8A8A8. Windows color (decimal): -2062650 or 13010656. OLE color: 13010656.

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

Color convert

RGB 224 134 198 -
CMYK 0 0.40 0.12 0.12
HSL 317.33º 0.59% 0.7% -
HSV(B) 317.33º 0.4% 0.88% -
XYZ 49.46 36.97 57.96 -
YUV 168.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 224 134 198 0 0.40 0.12 0.12 317.33 0.59 0.7
Hex E0 86 C6 0 28 C C 13D 3B 46
Octal 340 206 306 0 50 14 14 475 73 106
Binary 11100000 10000110 11000110 0 101000 1100 1100 100111101 111011 1000110

Color Harmonies of #E086C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086C6

Black with #E086C6

Text Example


Text Example

White with #E086C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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