#ED81AB

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

Shades of Tickle Me Pink #ED81AB

Tints of Tickle Me Pink #ED81AB

Color information

#ED81AB (or 0xED81AB) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 81 and AB. RGB value is (237,129,171). Sum of RGB (Red+Green+Blue) = 237+129+171=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81AB is #127E54. Grayscale: #A6A6A6. Windows color (decimal): -1211989 or 11239917. OLE color: 11239917.

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

Color convert

RGB237129171-
CMYK00.460.280.07
HSL336.67º75%71.76%-
HSV(B)336.67º45.57%92.94%-
XYZ50.1336.6542.96-
YUV166.08130.78178.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=44.13%
G=24.02%
B=31.84%

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
Decimal23712917100.460.280.07336.677571.76
HexED81AB02E1C71514b48
Octal355201253056347521113110
Binary11101101100000011010101101011101110011110101000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81AB; }

 p { color: rgb(237,129,171); }

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

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

 a { background-color: rgb(237,129,171); }

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

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

 span { border-color: rgb(237,129,171); }

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