Html Css Color HEX #EA7EC7 Tea Rose

📋 copy color: '#EA7EC7'

red 234 ◦ green 126 ◦ blue 199

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

Shades of Tea Rose #EA7EC7

Tints of Tea Rose #EA7EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 41.86%
G = 22.54%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA7EC7 (or 0xEA7EC7) is known color: Tea Rose. HEX triplet: EA, 7E and C7. RGB value is (234,126,199). Sum of RGB (Red+Green+Blue) = 234+126+199=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EC7 is #158138. Grayscale: #A6A6A6. Windows color (decimal): -1409337 or 13074154. OLE color: 13074154.

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

Color convert

RGB 234 126 199 -
CMYK 0 0.46 0.15 0.08
HSL 319.44º 0.72% 0.71% -
HSV(B) 319.44º 0.46% 0.92% -
XYZ 51.7 36.54 58.36 -
YUV 166.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 234 126 199 0 0.46 0.15 0.08 319.44 0.72 0.71
Hex EA 7E C7 0 2E F 8 13F 48 47
Octal 352 176 307 0 56 17 10 477 110 107
Binary 11101010 1111110 11000111 0 101110 1111 1000 100111111 1001000 1000111

Color Harmonies of #EA7EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7EC7

Black with #EA7EC7

Text Example


Text Example

White with #EA7EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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