#ED81AD

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

Shades of Tickle Me Pink #ED81AD

Tints of Tickle Me Pink #ED81AD

Color information

#ED81AD (or 0xED81AD) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 81 and AD. RGB value is (237,129,173). Sum of RGB (Red+Green+Blue) = 237+129+173=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81AD is #127E52. Grayscale: #A6A6A6. Windows color (decimal): -1211987 or 11370989. OLE color: 11370989.

HSL color Cylindrical-coordinate representation of color #ED81AD: hue angle of 335.56º 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 #ED81AD is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237129173-
CMYK00.460.270.07
HSL335.56º75%71.76%-
HSV(B)335.56º45.57%92.94%-
XYZ50.3236.7243.97-
YUV166.31131.78178.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=43.97%
G=23.93%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712917300.460.270.07335.567571.76
HexED81AD02E1B71504b48
Octal355201255056337520113110
Binary11101101100000011010110101011101101111110101000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81AD; }

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

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

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

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

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

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

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

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