Html Css Color HEX #EA7EC9 Tea Rose

📋 copy color: '#EA7EC9'

red 234 ◦ green 126 ◦ blue 201

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

Shades of Tea Rose #EA7EC9

Tints of Tea Rose #EA7EC9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

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

R = 41.71%
G = 22.46%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA7EC9 (or 0xEA7EC9) is known color: Tea Rose. HEX triplet: EA, 7E and C9. RGB value is (234,126,201). Sum of RGB (Red+Green+Blue) = 234+126+201=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EC9 is #158136. Grayscale: #A6A6A6. Windows color (decimal): -1409335 or 13205226. OLE color: 13205226.

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

Color convert

RGB 234 126 201 -
CMYK 0 0.46 0.14 0.08
HSL 318.33º 0.72% 0.71% -
HSV(B) 318.33º 0.46% 0.92% -
XYZ 51.94 36.63 59.59 -
YUV 166.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 234 126 201 0 0.46 0.14 0.08 318.33 0.72 0.71
Hex EA 7E C9 0 2E E 8 13E 48 47
Octal 352 176 311 0 56 16 10 476 110 107
Binary 11101010 1111110 11001001 0 101110 1110 1000 100111110 1001000 1000111

Color Harmonies of #EA7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7EC9

Black with #EA7EC9

Text Example


Text Example

White with #EA7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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