Html Css Color HEX #EA7EC8 Tea Rose

📋 copy color: '#EA7EC8'

red 234 ◦ green 126 ◦ blue 200

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

Shades of Tea Rose #EA7EC8

Tints of Tea Rose #EA7EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.71%

R = 41.79%
G = 22.5%
B = 35.71%

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

#EA7EC8 (or 0xEA7EC8) is known color: Tea Rose. HEX triplet: EA, 7E and C8. RGB value is (234,126,200). Sum of RGB (Red+Green+Blue) = 234+126+200=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EC8 is #158137. Grayscale: #A6A6A6. Windows color (decimal): -1409336 or 13139690. OLE color: 13139690.

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

Color convert

RGB 234 126 200 -
CMYK 0 0.46 0.15 0.08
HSL 318.89º 0.72% 0.71% -
HSV(B) 318.89º 0.46% 0.92% -
XYZ 51.82 36.58 58.97 -
YUV 166.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 234 126 200 0 0.46 0.15 0.08 318.89 0.72 0.71
Hex EA 7E C8 0 2E F 8 13F 48 47
Octal 352 176 310 0 56 17 10 477 110 107
Binary 11101010 1111110 11001000 0 101110 1111 1000 100111111 1001000 1000111

Color Harmonies of #EA7EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7EC8

Black with #EA7EC8

Text Example


Text Example

White with #EA7EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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