#EB81C8

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

Shades of Tea Rose #EB81C8

Tints of Tea Rose #EB81C8

Color information

#EB81C8 (or 0xEB81C8) is unknown color: approx Tea Rose. HEX triplet: EB, 81 and C8. RGB value is (235,129,200). Sum of RGB (Red+Green+Blue) = 235+129+200=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C8 is #147E37. Grayscale: #A8A8A8. Windows color (decimal): -1343032 or 13140459. OLE color: 13140459.

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

Color convert

RGB235129200-
CMYK00.450.150.08
HSL319.81º72.6%71.37%-
HSV(B)319.81º45.11%92.16%-
XYZ52.5437.5359.12-
YUV168.79145.62175.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=41.67%
G=22.87%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512920000.450.150.08319.8172.671.37
HexEB81C802DF81404947
Octal3532013100551710500111107
Binary11101011100000011100100001011011111100010100000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81C8; }

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

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

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

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

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

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

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

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