#ED1184

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

Shades of Deep Pink #ED1184

Tints of Deep Pink #ED1184

Color information

#ED1184 (or 0xED1184) is unknown color: approx Deep Pink. HEX triplet: ED, 11 and 84. RGB value is (237,17,132). Sum of RGB (Red+Green+Blue) = 237+17+132=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1184 is #12EE7B. Grayscale: #5F5F5F. Windows color (decimal): -1240700 or 8655341. OLE color: 8655341.

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

Color convert

RGB23717132-
CMYK00.930.440.07
HSL328.64º86.61%49.8%-
HSV(B)328.64º92.83%92.94%-
XYZ39.2920.0723.63-
YUV95.89148.39228.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.40%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=61.40%
G=4.40%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371713200.930.440.07328.6486.6149.8
HexED118405D2C71495732
Octal35521204013554751112762
Binary111011011000110000100010111011011001111010010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1184; }

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

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

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

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

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

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

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

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