#ED4E7C

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

Shades of Dark Pink #ED4E7C

Tints of Dark Pink #ED4E7C

Color information

#ED4E7C (or 0xED4E7C) is unknown color: approx Dark Pink. HEX triplet: ED, 4E and 7C. RGB value is (237,78,124). Sum of RGB (Red+Green+Blue) = 237+78+124=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4E7C is #12B183. Grayscale: #828282. Windows color (decimal): -1225092 or 8146669. OLE color: 8146669.

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

Color convert

RGB23778124-
CMYK00.670.480.07
HSL342.64º81.54%61.76%-
HSV(B)342.64º67.09%92.94%-
XYZ41.2924.9121.7-
YUV130.78124.18203.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.99%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=53.99%
G=17.77%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377812400.670.480.07342.6481.5461.76
HexED4E7C043307157523e
Octal355116174010360752712276
Binary1110110110011101111100010000111100001111010101111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4E7C; }

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

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

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

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

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

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

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

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