#EB80A8

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

Shades of Tickle Me Pink #EB80A8

Tints of Tickle Me Pink #EB80A8

Color information

#EB80A8 (or 0xEB80A8) is unknown color: approx Tickle Me Pink. HEX triplet: EB, 80 and A8. RGB value is (235,128,168). Sum of RGB (Red+Green+Blue) = 235+128+168=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB80A8 is #147F57. Grayscale: #A4A4A4. Windows color (decimal): -1343320 or 11043051. OLE color: 11043051.

HSL color Cylindrical-coordinate representation of color #EB80A8: hue angle of 337.57º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80A8 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235128168-
CMYK00.460.290.08
HSL337.57º72.79%71.18%-
HSV(B)337.57º45.53%92.16%-
XYZ49.0535.9341.4-
YUV164.55129.95178.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=44.26%
G=24.11%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512816800.460.290.08337.5772.7971.18
HexEB80A802E1D81524947
Octal3532002500563510522111107
Binary111010111000000010101000010111011101100010101001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80A8; }

 p { color: rgb(235,128,168); }

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

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

 a { background-color: rgb(235,128,168); }

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

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

 span { border-color: rgb(235,128,168); }

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