Html Css Color HEX #EA8ED0 Tea Rose

📋 copy color: '#EA8ED0'

red 234 ◦ green 142 ◦ blue 208

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

Shades of Tea Rose #EA8ED0

Tints of Tea Rose #EA8ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.32%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 40.07%
G = 24.32%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA8ED0 (or 0xEA8ED0) is known color: Tea Rose. HEX triplet: EA, 8E and D0. RGB value is (234,142,208). Sum of RGB (Red+Green+Blue) = 234+142+208=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ED0 is #15712F. Grayscale: #B0B0B0. Windows color (decimal): -1405232 or 13668074. OLE color: 13668074.

HSL color Cylindrical-coordinate representation of color #EA8ED0: hue angle of 316.96º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8ED0 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 142 208 -
CMYK 0 0.39 0.11 0.08
HSL 316.96º 0.69% 0.74% -
HSV(B) 316.96º 0.39% 0.92% -
XYZ 54.99 41.39 64.77 -
YUV 177.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 234 142 208 0 0.39 0.11 0.08 316.96 0.69 0.74
Hex EA 8E D0 0 27 B 8 13D 45 4A
Octal 352 216 320 0 47 13 10 475 105 112
Binary 11101010 10001110 11010000 0 100111 1011 1000 100111101 1000101 1001010

Color Harmonies of #EA8ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8ED0

Black with #EA8ED0

Text Example


Text Example

White with #EA8ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8ED0; }

 p { color: rgb(234,142,208); }

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

background-color css

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

 a { background-color: rgb(234,142,208); }

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

border-color css

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

 span { border-color: rgb(234,142,208); }

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