Html Css Color HEX #EA8CCC Tea Rose

📋 copy color: '#EA8CCC'

red 234 ◦ green 140 ◦ blue 204

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

Shades of Tea Rose #EA8CCC

Tints of Tea Rose #EA8CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.22%

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 40.48%
G = 24.22%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA8CCC (or 0xEA8CCC) is known color: Tea Rose. HEX triplet: EA, 8C and CC. RGB value is (234,140,204). Sum of RGB (Red+Green+Blue) = 234+140+204=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CCC is #157333. Grayscale: #AFAFAF. Windows color (decimal): -1405748 or 13405418. OLE color: 13405418.

HSL color Cylindrical-coordinate representation of color #EA8CCC: hue angle of 319.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CCC is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 204 -
CMYK 0 0.40 0.13 0.08
HSL 319.15º 0.69% 0.73% -
HSV(B) 319.15º 0.4% 0.92% -
XYZ 54.21 40.61 62.11 -
YUV 175.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 234 140 204 0 0.40 0.13 0.08 319.15 0.69 0.73
Hex EA 8C CC 0 28 D 8 13F 45 49
Octal 352 214 314 0 50 15 10 477 105 111
Binary 11101010 10001100 11001100 0 101000 1101 1000 100111111 1000101 1001001

Color Harmonies of #EA8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8CCC

Black with #EA8CCC

Text Example


Text Example

White with #EA8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8CCC; }

 p { color: rgb(234,140,204); }

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

background-color css

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

 a { background-color: rgb(234,140,204); }

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

border-color css

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

 span { border-color: rgb(234,140,204); }

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