Html Css Color HEX #EA7AC9 Tea Rose

📋 copy color: '#EA7AC9'

red 234 ◦ green 122 ◦ blue 201

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

Shades of Tea Rose #EA7AC9

Tints of Tea Rose #EA7AC9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.9%

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

R = 42.01%
G = 21.9%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA7AC9 (or 0xEA7AC9) is known color: Tea Rose. HEX triplet: EA, 7A and C9. RGB value is (234,122,201). Sum of RGB (Red+Green+Blue) = 234+122+201=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AC9 is #158536. Grayscale: #A4A4A4. Windows color (decimal): -1410359 or 13204202. OLE color: 13204202.

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

Color convert

RGB 234 122 201 -
CMYK 0 0.48 0.14 0.08
HSL 317.68º 0.73% 0.7% -
HSV(B) 317.68º 0.48% 0.92% -
XYZ 51.43 35.63 59.42 -
YUV 164.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 234 122 201 0 0.48 0.14 0.08 317.68 0.73 0.7
Hex EA 7A C9 0 30 E 8 13E 49 46
Octal 352 172 311 0 60 16 10 476 111 106
Binary 11101010 1111010 11001001 0 110000 1110 1000 100111110 1001001 1000110

Color Harmonies of #EA7AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7AC9

Black with #EA7AC9

Text Example


Text Example

White with #EA7AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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