#ED81AC

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

Shades of Tickle Me Pink #ED81AC

Tints of Tickle Me Pink #ED81AC

Color information

#ED81AC (or 0xED81AC) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 81 and AC. RGB value is (237,129,172). Sum of RGB (Red+Green+Blue) = 237+129+172=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81AC is #127E53. Grayscale: #A6A6A6. Windows color (decimal): -1211988 or 11305453. OLE color: 11305453.

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

Color convert

RGB237129172-
CMYK00.460.270.07
HSL336.11º75%71.76%-
HSV(B)336.11º45.57%92.94%-
XYZ50.2236.6843.46-
YUV166.19131.28178.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=44.05%
G=23.98%
B=31.97%

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
Decimal23712917200.460.270.07336.117571.76
HexED81AC02E1B71504b48
Octal355201254056337520113110
Binary11101101100000011010110001011101101111110101000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81AC; }

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

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

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

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

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

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

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

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