#ED1E8F

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

Shades of Deep Pink #ED1E8F

Tints of Deep Pink #ED1E8F

Color information

#ED1E8F (or 0xED1E8F) is unknown color: approx Deep Pink. HEX triplet: ED, 1E and 8F. RGB value is (237,30,143). Sum of RGB (Red+Green+Blue) = 237+30+143=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1E8F is #12E170. Grayscale: #686868. Windows color (decimal): -1237361 or 9379565. OLE color: 9379565.

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

Color convert

RGB23730143-
CMYK00.870.400.07
HSL327.25º85.19%52.35%-
HSV(B)327.25º87.34%92.94%-
XYZ40.3520.9227.9-
YUV104.78149.58222.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.80%
GREEN value IS 30 (12.11% from 255) = 7.32%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=57.80%
G=7.32%
B=34.88%

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
Decimal2373014300.870.400.07327.2585.1952.35
HexED1E8F0572871475534
Octal35536217012750750712564
Binary111011011111010001111010101111010001111010001111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1E8F; }

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

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

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

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

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

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

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

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