#ED81A4

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

Shades of Tickle Me Pink #ED81A4

Tints of Tickle Me Pink #ED81A4

Color information

#ED81A4 (or 0xED81A4) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 81 and A4. RGB value is (237,129,164). Sum of RGB (Red+Green+Blue) = 237+129+164=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81A4 is #127E5B. Grayscale: #A5A5A5. Windows color (decimal): -1211996 or 10781165. OLE color: 10781165.

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

Color convert

RGB237129164-
CMYK00.460.310.07
HSL340.56º75%71.76%-
HSV(B)340.56º45.57%92.94%-
XYZ49.4836.3939.54-
YUV165.28127.28179.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=44.72%
G=24.34%
B=30.94%

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
Decimal23712916400.460.310.07340.567571.76
HexED81A402E1F71554b48
Octal355201244056377525113110
Binary11101101100000011010010001011101111111110101010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED81A4; }

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

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

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

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

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

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

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

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