#EB81C2

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

Shades of Tea Rose #EB81C2

Tints of Tea Rose #EB81C2

Color information

#EB81C2 (or 0xEB81C2) is unknown color: approx Tea Rose. HEX triplet: EB, 81 and C2. RGB value is (235,129,194). Sum of RGB (Red+Green+Blue) = 235+129+194=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C2 is #147E3D. Grayscale: #A7A7A7. Windows color (decimal): -1343038 or 12747243. OLE color: 12747243.

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

Color convert

RGB235129194-
CMYK00.450.170.08
HSL323.21º72.6%71.37%-
HSV(B)323.21º45.11%92.16%-
XYZ51.8537.2655.5-
YUV168.1142.62175.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=42.11%
G=23.12%
B=34.77%

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
Decimal23512919400.450.170.08323.2172.671.37
HexEB81C202D1181434947
Octal3532013020552110503111107
Binary111010111000000111000010010110110001100010100001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81C2; }

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

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

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

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

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

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

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

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