#EB80CA

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

Shades of Tea Rose #EB80CA

Tints of Tea Rose #EB80CA

Color information

#EB80CA (or 0xEB80CA) is unknown color: approx Tea Rose. HEX triplet: EB, 80 and CA. RGB value is (235,128,202). Sum of RGB (Red+Green+Blue) = 235+128+202=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80CA is #147F35. Grayscale: #A8A8A8. Windows color (decimal): -1343286 or 13271275. OLE color: 13271275.

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

Color convert

RGB235128202-
CMYK00.460.140.08
HSL318.5º72.79%71.18%-
HSV(B)318.5º45.53%92.16%-
XYZ52.6437.3660.31-
YUV168.43146.95175.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=41.59%
G=22.65%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512820200.460.140.08318.572.7971.18
HexEB80CA02EE813f4947
Octal3532003120561610477111107
Binary11101011100000001100101001011101110100010011111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80CA; }

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

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

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

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

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

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

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

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