Html Css Color HEX #EA80CE Tea Rose

📋 copy color: '#EA80CE'

red 234 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #EA80CE

Tints of Tea Rose #EA80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.54%

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 41.2%
G = 22.54%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA80CE (or 0xEA80CE) is known color: Tea Rose. HEX triplet: EA, 80 and CE. RGB value is (234,128,206). Sum of RGB (Red+Green+Blue) = 234+128+206=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80CE is #157F31. Grayscale: #A8A8A8. Windows color (decimal): -1408818 or 13533418. OLE color: 13533418.

HSL color Cylindrical-coordinate representation of color #EA80CE: hue angle of 315.85º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80CE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 206 -
CMYK 0 0.45 0.12 0.08
HSL 315.85º 0.72% 0.71% -
HSV(B) 315.85º 0.45% 0.92% -
XYZ 52.79 37.39 62.83 -
YUV 168.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 234 128 206 0 0.45 0.12 0.08 315.85 0.72 0.71
Hex EA 80 CE 0 2D C 8 13C 48 47
Octal 352 200 316 0 55 14 10 474 110 107
Binary 11101010 10000000 11001110 0 101101 1100 1000 100111100 1001000 1000111

Color Harmonies of #EA80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80CE

Black with #EA80CE

Text Example


Text Example

White with #EA80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80CE; }

 p { color: rgb(234,128,206); }

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

background-color css

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

 a { background-color: rgb(234,128,206); }

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

border-color css

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

 span { border-color: rgb(234,128,206); }

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