#ED81A1

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

Shades of Tickle Me Pink #ED81A1

Tints of Tickle Me Pink #ED81A1

Color information

#ED81A1 (or 0xED81A1) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 81 and A1. RGB value is (237,129,161). Sum of RGB (Red+Green+Blue) = 237+129+161=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81A1 is #127E5E. Grayscale: #A4A4A4. Windows color (decimal): -1211999 or 10584557. OLE color: 10584557.

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

Color convert

RGB237129161-
CMYK00.460.320.07
HSL342.22º75%71.76%-
HSV(B)342.22º45.57%92.94%-
XYZ49.2136.2838.13-
YUV164.94125.78179.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 161 (63.28% from 255) = 30.55%
R=44.97%
G=24.48%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712916100.460.320.07342.227571.76
HexED81A102E2071564b48
Octal355201241056407526113110
Binary111011011000000110100001010111010000011110101011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81A1; }

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

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

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

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

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

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

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

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