Html Css Color HEX #EA80CB Tea Rose

📋 copy color: '#EA80CB'

red 234 ◦ green 128 ◦ blue 203

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

Shades of Tea Rose #EA80CB

Tints of Tea Rose #EA80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 41.42%
G = 22.65%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA80CB (or 0xEA80CB) is known color: Tea Rose. HEX triplet: EA, 80 and CB. RGB value is (234,128,203). Sum of RGB (Red+Green+Blue) = 234+128+203=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80CB is #157F34. Grayscale: #A8A8A8. Windows color (decimal): -1408821 or 13336810. OLE color: 13336810.

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

Color convert

RGB 234 128 203 -
CMYK 0 0.45 0.13 0.08
HSL 317.55º 0.72% 0.71% -
HSV(B) 317.55º 0.45% 0.92% -
XYZ 52.43 37.24 60.93 -
YUV 168.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 234 128 203 0 0.45 0.13 0.08 317.55 0.72 0.71
Hex EA 80 CB 0 2D D 8 13E 48 47
Octal 352 200 313 0 55 15 10 476 110 107
Binary 11101010 10000000 11001011 0 101101 1101 1000 100111110 1001000 1000111

Color Harmonies of #EA80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80CB

Black with #EA80CB

Text Example


Text Example

White with #EA80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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