#EB80D0

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

Shades of Tea Rose #EB80D0

Tints of Tea Rose #EB80D0

Color information

#EB80D0 (or 0xEB80D0) is unknown color: approx Tea Rose. HEX triplet: EB, 80 and D0. RGB value is (235,128,208). Sum of RGB (Red+Green+Blue) = 235+128+208=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80D0 is #147F2F. Grayscale: #A8A8A8. Windows color (decimal): -1343280 or 13664491. OLE color: 13664491.

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

Color convert

RGB235128208-
CMYK00.460.110.08
HSL315.14º72.79%71.18%-
HSV(B)315.14º45.53%92.16%-
XYZ53.3737.6564.13-
YUV169.11149.95175-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=41.16%
G=22.42%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512820800.460.110.08315.1472.7971.18
HexEB80D002EB813b4947
Octal3532003200561310473111107
Binary11101011100000001101000001011101011100010011101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80D0; }

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

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

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

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

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

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

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

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