#ED7DA8

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

Shades of Tickle Me Pink #ED7DA8

Tints of Tickle Me Pink #ED7DA8

Color information

#ED7DA8 (or 0xED7DA8) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 7D and A8. RGB value is (237,125,168). Sum of RGB (Red+Green+Blue) = 237+125+168=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7DA8 is #128257. Grayscale: #A3A3A3. Windows color (decimal): -1213016 or 11042285. OLE color: 11042285.

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

Color convert

RGB237125168-
CMYK00.470.290.07
HSL336.96º75.68%70.98%-
HSV(B)336.96º47.26%92.94%-
XYZ49.3335.541.3-
YUV163.39130.61180.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=44.72%
G=23.58%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712516800.470.290.07336.9675.6870.98
HexED7DA802F1D71514c47
Octal355175250057357521114107
Binary1110110111111011010100001011111110111110101000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DA8; }

 p { color: rgb(237,125,168); }

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

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

 a { background-color: rgb(237,125,168); }

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

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

 span { border-color: rgb(237,125,168); }

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