#ED4D76

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

Shades of Dark Pink #ED4D76

Tints of Dark Pink #ED4D76

Color information

#ED4D76 (or 0xED4D76) is unknown color: approx Dark Pink. HEX triplet: ED, 4D and 76. RGB value is (237,77,118). Sum of RGB (Red+Green+Blue) = 237+77+118=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4D76 is #12B289. Grayscale: #818181. Windows color (decimal): -1225354 or 7753197. OLE color: 7753197.

HSL color Cylindrical-coordinate representation of color #ED4D76: hue angle of 344.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4D76 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23777118-
CMYK00.680.500.07
HSL344.62º81.63%61.57%-
HSV(B)344.62º67.51%92.94%-
XYZ40.8524.6219.74-
YUV129.51121.51204.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.86%
GREEN value IS 77 (30.47% from 255) = 17.82%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=54.86%
G=17.82%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377711800.680.500.07344.6281.6361.57
HexED4D76044327159523e
Octal355115166010462753112276
Binary1110110110011011110110010001001100101111010110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4D76; }

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

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

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

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

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

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

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

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