#ED76A9

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

Shades of Tickle Me Pink #ED76A9

Tints of Tickle Me Pink #ED76A9

Color information

#ED76A9 (or 0xED76A9) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 76 and A9. RGB value is (237,118,169). Sum of RGB (Red+Green+Blue) = 237+118+169=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED76A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED76A9 is #128956. Grayscale: #9F9F9F. Windows color (decimal): -1214807 or 11106029. OLE color: 11106029.

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

Color convert

RGB237118169-
CMYK00.500.290.07
HSL334.29º76.77%69.61%-
HSV(B)334.29º50.21%92.94%-
XYZ48.5633.8341.51-
YUV159.39133.42183.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=45.23%
G=22.52%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711816900.500.290.07334.2976.7769.61
HexED76A90321D714e4d46
Octal355166251062357516115106
Binary1110110111101101010100101100101110111110100111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED76A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED76A9; }

 p { color: rgb(237,118,169); }

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

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

 a { background-color: rgb(237,118,169); }

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

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

 span { border-color: rgb(237,118,169); }

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