#ED81A3

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

Shades of Tickle Me Pink #ED81A3

Tints of Tickle Me Pink #ED81A3

Color information

#ED81A3 (or 0xED81A3) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 81 and A3. RGB value is (237,129,163). Sum of RGB (Red+Green+Blue) = 237+129+163=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81A3 is #127E5C. Grayscale: #A5A5A5. Windows color (decimal): -1211997 or 10715629. OLE color: 10715629.

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

Color convert

RGB237129163-
CMYK00.460.310.07
HSL341.11º75%71.76%-
HSV(B)341.11º45.57%92.94%-
XYZ49.3936.3539.06-
YUV165.17126.78179.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=44.80%
G=24.39%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712916300.460.310.07341.117571.76
HexED81A302E1F71554b48
Octal355201243056377525113110
Binary11101101100000011010001101011101111111110101010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81A3; }

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

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

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

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

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

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

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

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