#EB81AA

Color #EB81AA Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #EB81AA

Tints of Tickle Me Pink #EB81AA

Color information

#EB81AA (or 0xEB81AA) is unknown color: approx Tickle Me Pink. HEX triplet: EB, 81 and AA. RGB value is (235,129,170). Sum of RGB (Red+Green+Blue) = 235+129+170=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81AA is #147E55. Grayscale: #A5A5A5. Windows color (decimal): -1343062 or 11174379. OLE color: 11174379.

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

Color convert

RGB235129170-
CMYK00.450.280.08
HSL336.79º72.6%71.37%-
HSV(B)336.79º45.11%92.16%-
XYZ49.3736.2642.43-
YUV165.37130.62177.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=44.01%
G=24.16%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512917000.450.280.08336.7972.671.37
HexEB81AA02D1C81514947
Octal3532012520553410521111107
Binary111010111000000110101010010110111100100010101000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81AA; }

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

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

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

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

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

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

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

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