#EB80CC

Color #EB80CC Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EB80CC

Tints of Tea Rose #EB80CC

Color information

#EB80CC (or 0xEB80CC) is unknown color: approx Tea Rose. HEX triplet: EB, 80 and CC. RGB value is (235,128,204). Sum of RGB (Red+Green+Blue) = 235+128+204=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80CC is #147F33. Grayscale: #A8A8A8. Windows color (decimal): -1343284 or 13402347. OLE color: 13402347.

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

Color convert

RGB235128204-
CMYK00.460.130.08
HSL317.38º72.79%71.18%-
HSV(B)317.38º45.53%92.16%-
XYZ52.8837.4661.57-
YUV168.66147.95175.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=41.45%
G=22.57%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512820400.460.130.08317.3872.7971.18
HexEB80CC02ED813d4947
Octal3532003140561510475111107
Binary11101011100000001100110001011101101100010011110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80CC; }

 p { color: rgb(235,128,204); }

 H1.HeaderClassName
 {
   color: #EB80CC;
 }
 .AnyTagClassName
 {
   color: #EB80CC;
 }
</style>
background-color css

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

 a { background-color: rgb(235,128,204); }

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

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

 span { border-color: rgb(235,128,204); }

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