#ED4571

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

Shades of Dark Pink #ED4571

Tints of Dark Pink #ED4571

Color information

#ED4571 (or 0xED4571) is unknown color: approx Dark Pink. HEX triplet: ED, 45 and 71. RGB value is (237,69,113). Sum of RGB (Red+Green+Blue) = 237+69+113=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4571 is #12BA8E. Grayscale: #7C7C7C. Windows color (decimal): -1227407 or 7423469. OLE color: 7423469.

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

Color convert

RGB23769113-
CMYK00.710.520.07
HSL344.29º82.35%60%-
HSV(B)344.29º70.89%92.94%-
XYZ40.0323.4518.04-
YUV124.25121.66208.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.56%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=56.56%
G=16.47%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376911300.710.520.07344.2982.3560
HexED4571047347158523c
Octal355105161010764753012274
Binary1110110110001011110001010001111101001111010110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4571; }

 p { color: rgb(237,69,113); }

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

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

 a { background-color: rgb(237,69,113); }

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

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

 span { border-color: rgb(237,69,113); }

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