#ED7CA9

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

Shades of Tickle Me Pink #ED7CA9

Tints of Tickle Me Pink #ED7CA9

Color information

#ED7CA9 (or 0xED7CA9) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 7C and A9. RGB value is (237,124,169). Sum of RGB (Red+Green+Blue) = 237+124+169=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7CA9 is #128356. Grayscale: #A2A2A2. Windows color (decimal): -1213271 or 11107565. OLE color: 11107565.

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

Color convert

RGB237124169-
CMYK00.480.290.07
HSL336.11º75.84%70.78%-
HSV(B)336.11º47.68%92.94%-
XYZ49.2935.2841.75-
YUV162.92131.44180.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=44.72%
G=23.40%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712416900.480.290.07336.1175.8470.78
HexED7CA90301D71504c47
Octal355174251060357520114107
Binary1110110111111001010100101100001110111110101000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CA9; }

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

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

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

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

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

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

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

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