#ED1E8E

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

Shades of Deep Pink #ED1E8E

Tints of Deep Pink #ED1E8E

Color information

#ED1E8E (or 0xED1E8E) is unknown color: approx Deep Pink. HEX triplet: ED, 1E and 8E. RGB value is (237,30,142). Sum of RGB (Red+Green+Blue) = 237+30+142=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1E8E is #12E171. Grayscale: #686868. Windows color (decimal): -1237362 or 9314029. OLE color: 9314029.

HSL color Cylindrical-coordinate representation of color #ED1E8E: hue angle of 327.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1E8E is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB23730142-
CMYK00.870.400.07
HSL327.54º85.19%52.35%-
HSV(B)327.54º87.34%92.94%-
XYZ40.2720.8927.5-
YUV104.66149.08222.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 30 (12.11% from 255) = 7.33%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=57.95%
G=7.33%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373014200.870.400.07327.5485.1952.35
HexED1E8E0572871485534
Octal35536216012750751012564
Binary111011011111010001110010101111010001111010010001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1E8E; }

 p { color: rgb(237,30,142); }

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

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

 a { background-color: rgb(237,30,142); }

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

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

 span { border-color: rgb(237,30,142); }

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