#ED1E90

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

Shades of Deep Pink #ED1E90

Tints of Deep Pink #ED1E90

Color information

#ED1E90 (or 0xED1E90) is unknown color: approx Deep Pink. HEX triplet: ED, 1E and 90. RGB value is (237,30,144). Sum of RGB (Red+Green+Blue) = 237+30+144=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1E90 is #12E16F. Grayscale: #686868. Windows color (decimal): -1237360 or 9445101. OLE color: 9445101.

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

Color convert

RGB23730144-
CMYK00.870.390.07
HSL326.96º85.19%52.35%-
HSV(B)326.96º87.34%92.94%-
XYZ40.4220.9528.3-
YUV104.89150.08222.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.66%
GREEN value IS 30 (12.11% from 255) = 7.30%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=57.66%
G=7.30%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373014400.870.390.07326.9685.1952.35
HexED1E900572771475534
Octal35536220012747750712564
Binary111011011111010010000010101111001111111010001111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1E90; }

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

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

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

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

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

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

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

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