#ed77a1

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

Shades of Tickle Me Pink #ED77A1

Tints of Tickle Me Pink #ED77A1

Color information

#ED77A1 (or 0xED77A1) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 77 and A1. RGB value is (237,119,161). Sum of RGB (Red+Green+Blue) = 237+119+161=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED77A1 is #12885E. Grayscale: #9F9F9F. Windows color (decimal): -1214559 or 10581997. OLE color: 10581997.

HSL color Cylindrical-coordinate representation of color #ED77A1: hue angle of 338.64º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77A1 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237119161-
CMYK00.500.320.07
HSL338.64º76.62%69.8%-
HSV(B)338.64º49.79%92.94%-
XYZ47.9533.7737.71-
YUV159.07129.09183.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=45.84%
G=23.02%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711916100.500.320.07338.6476.6269.8
HexED77A10322071534d46
Octal355167241062407523115106
Binary11101101111011110100001011001010000011110101001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed77a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed77a1; }

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

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

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

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

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

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

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

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