#ED1486

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

Shades of Deep Pink #ED1486

Tints of Deep Pink #ED1486

Color information

#ED1486 (or 0xED1486) is unknown color: approx Deep Pink. HEX triplet: ED, 14 and 86. RGB value is (237,20,134). Sum of RGB (Red+Green+Blue) = 237+20+134=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1486 is #12EB79. Grayscale: #616161. Windows color (decimal): -1239930 or 8787181. OLE color: 8787181.

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

Color convert

RGB23720134-
CMYK00.920.430.07
HSL328.48º85.77%50.39%-
HSV(B)328.48º91.56%92.94%-
XYZ39.4820.2324.38-
YUV97.88148.39227.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.61%
GREEN value IS 20 (8.20% from 255) = 5.12%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=60.61%
G=5.12%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372013400.920.430.07328.4885.7750.39
HexED148605C2B71485632
Octal35524206013453751012662
Binary111011011010010000110010111001010111111010010001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1486; }

 p { color: rgb(237,20,134); }

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

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

 a { background-color: rgb(237,20,134); }

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

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

 span { border-color: rgb(237,20,134); }

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