Html Css Color HEX #EA7EC5 Tea Rose

📋 copy color: '#EA7EC5'

red 234 ◦ green 126 ◦ blue 197

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

Shades of Tea Rose #EA7EC5

Tints of Tea Rose #EA7EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 42.01%
G = 22.62%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA7EC5 (or 0xEA7EC5) is known color: Tea Rose. HEX triplet: EA, 7E and C5. RGB value is (234,126,197). Sum of RGB (Red+Green+Blue) = 234+126+197=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EC5 is #15813A. Grayscale: #A6A6A6. Windows color (decimal): -1409339 or 12943082. OLE color: 12943082.

HSL color Cylindrical-coordinate representation of color #EA7EC5: hue angle of 320.56º 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 #EA7EC5 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 126 197 -
CMYK 0 0.46 0.16 0.08
HSL 320.56º 0.72% 0.71% -
HSV(B) 320.56º 0.46% 0.92% -
XYZ 51.47 36.45 57.15 -
YUV 166.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 234 126 197 0 0.46 0.16 0.08 320.56 0.72 0.71
Hex EA 7E C5 0 2E 10 8 141 48 47
Octal 352 176 305 0 56 20 10 501 110 107
Binary 11101010 1111110 11000101 0 101110 10000 1000 101000001 1001000 1000111

Color Harmonies of #EA7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7EC5

Black with #EA7EC5

Text Example


Text Example

White with #EA7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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