#EC80AB

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

Shades of Tickle Me Pink #EC80AB

Tints of Tickle Me Pink #EC80AB

Color information

#EC80AB (or 0xEC80AB) is unknown color: approx Tickle Me Pink. HEX triplet: EC, 80 and AB. RGB value is (236,128,171). Sum of RGB (Red+Green+Blue) = 236+128+171=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC80AB is #137F54. Grayscale: #A5A5A5. Windows color (decimal): -1277781 or 11239660. OLE color: 11239660.

HSL color Cylindrical-coordinate representation of color #EC80AB: hue angle of 336.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80AB is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236128171-
CMYK00.460.280.07
HSL336.11º73.97%71.37%-
HSV(B)336.11º45.76%92.55%-
XYZ49.6636.2142.9-
YUV165.19131.28178.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=44.11%
G=23.93%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612817100.460.280.07336.1173.9771.37
HexEC80AB02E1C71504a47
Octal354200253056347520112107
Binary11101100100000001010101101011101110011110101000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80AB; }

 p { color: rgb(236,128,171); }

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

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

 a { background-color: rgb(236,128,171); }

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

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

 span { border-color: rgb(236,128,171); }

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