#EB81C3

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

Shades of Tea Rose #EB81C3

Tints of Tea Rose #EB81C3

Color information

#EB81C3 (or 0xEB81C3) is unknown color: approx Tea Rose. HEX triplet: EB, 81 and C3. RGB value is (235,129,195). Sum of RGB (Red+Green+Blue) = 235+129+195=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C3 is #147E3C. Grayscale: #A8A8A8. Windows color (decimal): -1343037 or 12812779. OLE color: 12812779.

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

Color convert

RGB235129195-
CMYK00.450.170.08
HSL322.64º72.6%71.37%-
HSV(B)322.64º45.11%92.16%-
XYZ51.9637.356.09-
YUV168.22143.12175.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=42.04%
G=23.08%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512919500.450.170.08322.6472.671.37
HexEB81C302D1181434947
Octal3532013030552110503111107
Binary111010111000000111000011010110110001100010100001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81C3; }

 p { color: rgb(235,129,195); }

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

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

 a { background-color: rgb(235,129,195); }

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

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

 span { border-color: rgb(235,129,195); }

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