#ED1181

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

Shades of Deep Pink #ED1181

Tints of Deep Pink #ED1181

Color information

#ED1181 (or 0xED1181) is unknown color: approx Deep Pink. HEX triplet: ED, 11 and 81. RGB value is (237,17,129). Sum of RGB (Red+Green+Blue) = 237+17+129=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1181 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1181 is #12EE7E. Grayscale: #5F5F5F. Windows color (decimal): -1240703 or 8458733. OLE color: 8458733.

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

Color convert

RGB23717129-
CMYK00.930.460.07
HSL329.45º86.61%49.8%-
HSV(B)329.45º92.83%92.94%-
XYZ39.0919.9922.57-
YUV95.55146.89228.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.88%
GREEN value IS 17 (7.03% from 255) = 4.44%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=61.88%
G=4.44%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371712900.930.460.07329.4586.6149.8
HexED118105D2E71495732
Octal35521201013556751112762
Binary111011011000110000001010111011011101111010010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1181; }

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

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

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

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

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

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

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

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