#ED1183

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

Shades of Deep Pink #ED1183

Tints of Deep Pink #ED1183

Color information

#ED1183 (or 0xED1183) is unknown color: approx Deep Pink. HEX triplet: ED, 11 and 83. RGB value is (237,17,131). Sum of RGB (Red+Green+Blue) = 237+17+131=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1183 is #12EE7C. Grayscale: #5F5F5F. Windows color (decimal): -1240701 or 8589805. OLE color: 8589805.

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

Color convert

RGB23717131-
CMYK00.930.450.07
HSL328.91º86.61%49.8%-
HSV(B)328.91º92.83%92.94%-
XYZ39.2220.0423.27-
YUV95.78147.89228.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 17 (7.03% from 255) = 4.42%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=61.56%
G=4.42%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371713100.930.450.07328.9186.6149.8
HexED118305D2D71495732
Octal35521203013555751112762
Binary111011011000110000011010111011011011111010010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1183; }

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

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

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

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

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

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

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

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