#EB81CA

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

Shades of Tea Rose #EB81CA

Tints of Tea Rose #EB81CA

Color information

#EB81CA (or 0xEB81CA) is unknown color: approx Tea Rose. HEX triplet: EB, 81 and CA. RGB value is (235,129,202). Sum of RGB (Red+Green+Blue) = 235+129+202=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81CA is #147E35. Grayscale: #A8A8A8. Windows color (decimal): -1343030 or 13271531. OLE color: 13271531.

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

Color convert

RGB235129202-
CMYK00.450.140.08
HSL318.68º72.6%71.37%-
HSV(B)318.68º45.11%92.16%-
XYZ52.7737.6360.36-
YUV169.02146.62175.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=41.52%
G=22.79%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512920200.450.140.08318.6872.671.37
HexEB81CA02DE813f4947
Octal3532013120551610477111107
Binary11101011100000011100101001011011110100010011111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81CA; }

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

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

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

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

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

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

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

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