#ED2491

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

Shades of Deep Pink #ED2491

Tints of Deep Pink #ED2491

Color information

#ED2491 (or 0xED2491) is unknown color: approx Deep Pink. HEX triplet: ED, 24 and 91. RGB value is (237,36,145). Sum of RGB (Red+Green+Blue) = 237+36+145=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2491 is #12DB6E. Grayscale: #6C6C6C. Windows color (decimal): -1235823 or 9512173. OLE color: 9512173.

HSL color Cylindrical-coordinate representation of color #ED2491: hue angle of 327.46º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2491 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB23736145-
CMYK00.850.390.07
HSL327.46º84.81%53.53%-
HSV(B)327.46º84.81%92.94%-
XYZ40.6721.3128.76-
YUV108.52148.59219.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.70%
GREEN value IS 36 (14.45% from 255) = 8.61%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=56.70%
G=8.61%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373614500.850.390.07327.4684.8153.53
HexED24910552771475536
Octal35544221012547750712566
Binary1110110110010010010001010101011001111111010001111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2491; }

 p { color: rgb(237,36,145); }

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

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

 a { background-color: rgb(237,36,145); }

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

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

 span { border-color: rgb(237,36,145); }

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