#ED5D84

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

Shades of Dark Pink #ED5D84

Tints of Dark Pink #ED5D84

Color information

#ED5D84 (or 0xED5D84) is unknown color: approx Dark Pink. HEX triplet: ED, 5D and 84. RGB value is (237,93,132). Sum of RGB (Red+Green+Blue) = 237+93+132=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5D84 is #12A27B. Grayscale: #8C8C8C. Windows color (decimal): -1221244 or 8674797. OLE color: 8674797.

HSL color Cylindrical-coordinate representation of color #ED5D84: hue angle of 343.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5D84 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB23793132-
CMYK00.610.440.07
HSL343.75º80%64.71%-
HSV(B)343.75º60.76%92.94%-
XYZ4327.524.87-
YUV140.5123.21196.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.30%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=51.30%
G=20.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379313200.610.440.07343.758064.71
HexED5D8403D2C71585041
Octal355135204075547530120101
Binary11101101101110110000100011110110110011110101100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5D84; }

 p { color: rgb(237,93,132); }

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

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

 a { background-color: rgb(237,93,132); }

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

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

 span { border-color: rgb(237,93,132); }

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