#ED1196

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

Shades of Deep Pink #ED1196

Tints of Deep Pink #ED1196

Color information

#ED1196 (or 0xED1196) is unknown color: approx Deep Pink. HEX triplet: ED, 11 and 96. RGB value is (237,17,150). Sum of RGB (Red+Green+Blue) = 237+17+150=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1196 is #12EE69. Grayscale: #616161. Windows color (decimal): -1240682 or 9834989. OLE color: 9834989.

HSL color Cylindrical-coordinate representation of color #ED1196: hue angle of 323.73º 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 #ED1196 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB23717150-
CMYK00.930.370.07
HSL323.73º86.61%49.8%-
HSV(B)323.73º92.83%92.94%-
XYZ40.6320.6130.69-
YUV97.94157.39227.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.66%
GREEN value IS 17 (7.03% from 255) = 4.21%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=58.66%
G=4.21%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371715000.930.370.07323.7386.6149.8
HexED119605D2571445732
Octal35521226013545750412762
Binary111011011000110010110010111011001011111010001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1196; }

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

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

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

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

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

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

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

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