Html Css Color HEX #EA86C9 Tea Rose

📋 copy color: '#EA86C9'

red 234 ◦ green 134 ◦ blue 201

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

Shades of Tea Rose #EA86C9

Tints of Tea Rose #EA86C9

RGB

 RED value IS 234 (91.8% from 255) = 41.12%

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

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

R = 41.12%
G = 23.55%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA86C9 (or 0xEA86C9) is known color: Tea Rose. HEX triplet: EA, 86 and C9. RGB value is (234,134,201). Sum of RGB (Red+Green+Blue) = 234+134+201=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86C9 is #157936. Grayscale: #ABABAB. Windows color (decimal): -1407287 or 13207274. OLE color: 13207274.

HSL color Cylindrical-coordinate representation of color #EA86C9: hue angle of 319.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86C9 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 201 -
CMYK 0 0.43 0.14 0.08
HSL 319.8º 0.7% 0.72% -
HSV(B) 319.8º 0.43% 0.92% -
XYZ 53 38.76 59.95 -
YUV 171.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 234 134 201 0 0.43 0.14 0.08 319.8 0.7 0.72
Hex EA 86 C9 0 2B E 8 140 46 48
Octal 352 206 311 0 53 16 10 500 106 110
Binary 11101010 10000110 11001001 0 101011 1110 1000 101000000 1000110 1001000

Color Harmonies of #EA86C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA86C9

Black with #EA86C9

Text Example


Text Example

White with #EA86C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA86C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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