#ED79A5

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

Shades of Tickle Me Pink #ED79A5

Tints of Tickle Me Pink #ED79A5

Color information

#ED79A5 (or 0xED79A5) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 79 and A5. RGB value is (237,121,165). Sum of RGB (Red+Green+Blue) = 237+121+165=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED79A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED79A5 is #12865A. Grayscale: #A0A0A0. Windows color (decimal): -1214043 or 10844653. OLE color: 10844653.

HSL color Cylindrical-coordinate representation of color #ED79A5: hue angle of 337.24º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED79A5 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237121165-
CMYK00.490.300.07
HSL337.24º76.32%70.2%-
HSV(B)337.24º48.95%92.94%-
XYZ48.5534.439.68-
YUV160.7130.43182.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=45.32%
G=23.14%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712116500.490.300.07337.2476.3270.2
HexED79A50311E71514c46
Octal355171245061367521114106
Binary1110110111110011010010101100011111011110101000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED79A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED79A5; }

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

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

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

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

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

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

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

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