Html Css Color HEX #EA80CF Tea Rose

📋 copy color: '#EA80CF'

red 234 ◦ green 128 ◦ blue 207

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

Shades of Tea Rose #EA80CF

Tints of Tea Rose #EA80CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 41.12%
G = 22.5%
B = 36.38%

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

#EA80CF (or 0xEA80CF) is known color: Tea Rose. HEX triplet: EA, 80 and CF. RGB value is (234,128,207). Sum of RGB (Red+Green+Blue) = 234+128+207=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80CF is #157F30. Grayscale: #A8A8A8. Windows color (decimal): -1408817 or 13598954. OLE color: 13598954.

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

Color convert

RGB 234 128 207 -
CMYK 0 0.45 0.12 0.08
HSL 315.28º 0.72% 0.71% -
HSV(B) 315.28º 0.45% 0.92% -
XYZ 52.91 37.44 63.47 -
YUV 168.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 234 128 207 0 0.45 0.12 0.08 315.28 0.72 0.71
Hex EA 80 CF 0 2D C 8 13B 48 47
Octal 352 200 317 0 55 14 10 473 110 107
Binary 11101010 10000000 11001111 0 101101 1100 1000 100111011 1001000 1000111

Color Harmonies of #EA80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80CF

Black with #EA80CF

Text Example


Text Example

White with #EA80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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