#ED1194

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

Shades of Deep Pink #ED1194

Tints of Deep Pink #ED1194

Color information

#ED1194 (or 0xED1194) is unknown color: approx Deep Pink. HEX triplet: ED, 11 and 94. RGB value is (237,17,148). Sum of RGB (Red+Green+Blue) = 237+17+148=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1194 is #12EE6B. Grayscale: #616161. Windows color (decimal): -1240684 or 9703917. OLE color: 9703917.

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

Color convert

RGB23717148-
CMYK00.930.380.07
HSL324.27º86.61%49.8%-
HSV(B)324.27º92.83%92.94%-
XYZ40.4720.5429.85-
YUV97.71156.39227.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.96%
GREEN value IS 17 (7.03% from 255) = 4.23%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=58.96%
G=4.23%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371714800.930.380.07324.2786.6149.8
HexED119405D2671445732
Octal35521224013546750412762
Binary111011011000110010100010111011001101111010001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1194; }

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

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

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

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

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

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

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

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