#ED81A5

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

Shades of Tickle Me Pink #ED81A5

Tints of Tickle Me Pink #ED81A5

Color information

#ED81A5 (or 0xED81A5) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 81 and A5. RGB value is (237,129,165). Sum of RGB (Red+Green+Blue) = 237+129+165=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81A5 is #127E5A. Grayscale: #A5A5A5. Windows color (decimal): -1211995 or 10846701. OLE color: 10846701.

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

Color convert

RGB237129165-
CMYK00.460.300.07
HSL340º75%71.76%-
HSV(B)340º45.57%92.94%-
XYZ49.5736.4240.01-
YUV165.4127.78179.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=44.63%
G=24.29%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712916500.460.300.073407571.76
HexED81A502E1E71544b48
Octal355201245056367524113110
Binary11101101100000011010010101011101111011110101010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81A5; }

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

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

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

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

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

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

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

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