#ED1488

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

Shades of Deep Pink #ED1488

Tints of Deep Pink #ED1488

Color information

#ED1488 (or 0xED1488) is unknown color: approx Deep Pink. HEX triplet: ED, 14 and 88. RGB value is (237,20,136). Sum of RGB (Red+Green+Blue) = 237+20+136=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1488 is #12EB77. Grayscale: #616161. Windows color (decimal): -1239928 or 8918253. OLE color: 8918253.

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

Color convert

RGB23720136-
CMYK00.920.430.07
HSL327.93º85.77%50.39%-
HSV(B)327.93º91.56%92.94%-
XYZ39.6220.2825.12-
YUV98.11149.39227.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.31%
GREEN value IS 20 (8.20% from 255) = 5.09%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=60.31%
G=5.09%
B=34.61%

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
Decimal2372013600.920.430.07327.9385.7750.39
HexED148805C2B71485632
Octal35524210013453751012662
Binary111011011010010001000010111001010111111010010001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1488; }

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

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

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

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

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

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

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

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