#EB81C4

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

Shades of Tea Rose #EB81C4

Tints of Tea Rose #EB81C4

Color information

#EB81C4 (or 0xEB81C4) is unknown color: approx Tea Rose. HEX triplet: EB, 81 and C4. RGB value is (235,129,196). Sum of RGB (Red+Green+Blue) = 235+129+196=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C4 is #147E3B. Grayscale: #A8A8A8. Windows color (decimal): -1343036 or 12878315. OLE color: 12878315.

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

Color convert

RGB235129196-
CMYK00.450.170.08
HSL322.08º72.6%71.37%-
HSV(B)322.08º45.11%92.16%-
XYZ52.0837.3556.69-
YUV168.33143.62175.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 196 (76.95% from 255) = 35%
R=41.96%
G=23.04%
B=35%

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
Decimal23512919600.450.170.08322.0872.671.37
HexEB81C402D1181424947
Octal3532013040552110502111107
Binary111010111000000111000100010110110001100010100001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81C4; }

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

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

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

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

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

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

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

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