#ED1E7D

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

Shades of Deep Cerise #ED1E7D

Tints of Deep Cerise #ED1E7D

Color information

#ED1E7D (or 0xED1E7D) is unknown color: approx Deep Cerise. HEX triplet: ED, 1E and 7D. RGB value is (237,30,125). Sum of RGB (Red+Green+Blue) = 237+30+125=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1E7D is #12E182. Grayscale: #666666. Windows color (decimal): -1237379 or 8199917. OLE color: 8199917.

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

Color convert

RGB23730125-
CMYK00.870.470.07
HSL332.46º85.19%52.35%-
HSV(B)332.46º87.34%92.94%-
XYZ39.0920.4121.28-
YUV102.72140.58223.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.46%
GREEN value IS 30 (12.11% from 255) = 7.65%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=60.46%
G=7.65%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373012500.870.470.07332.4685.1952.35
HexED1E7D0572F714c5534
Octal35536175012757751412564
Binary11101101111101111101010101111011111111010011001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1E7D; }

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

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

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

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

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

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

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

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