#EB81A4

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

Shades of Tickle Me Pink #EB81A4

Tints of Tickle Me Pink #EB81A4

Color information

#EB81A4 (or 0xEB81A4) is unknown color: approx Tickle Me Pink. HEX triplet: EB, 81 and A4. RGB value is (235,129,164). Sum of RGB (Red+Green+Blue) = 235+129+164=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81A4 is #147E5B. Grayscale: #A4A4A4. Windows color (decimal): -1343068 or 10781163. OLE color: 10781163.

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

Color convert

RGB235129164-
CMYK00.450.300.08
HSL340.19º72.6%71.37%-
HSV(B)340.19º45.11%92.16%-
XYZ48.8136.0439.51-
YUV164.68127.62178.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=44.51%
G=24.43%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512916400.450.300.08340.1972.671.37
HexEB81A402D1E81544947
Octal3532012440553610524111107
Binary111010111000000110100100010110111110100010101010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81A4; }

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

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

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

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

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

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

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

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