#ED3387

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

Shades of Deep Cerise #ED3387

Tints of Deep Cerise #ED3387

Color information

#ED3387 (or 0xED3387) is unknown color: approx Deep Cerise. HEX triplet: ED, 33 and 87. RGB value is (237,51,135). Sum of RGB (Red+Green+Blue) = 237+51+135=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3387 is #12CC78. Grayscale: #747474. Windows color (decimal): -1231993 or 8860653. OLE color: 8860653.

HSL color Cylindrical-coordinate representation of color #ED3387: hue angle of 332.9º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3387 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB23751135-
CMYK00.780.430.07
HSL332.9º83.78%56.47%-
HSV(B)332.9º78.48%92.94%-
XYZ40.4822.1225.06-
YUV116.19138.62214.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.03%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=56.03%
G=12.06%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375113500.780.430.07332.983.7856.47
HexED338704E2B714d5438
Octal35563207011653751512470
Binary1110110111001110000111010011101010111111010011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3387; }

 p { color: rgb(237,51,135); }

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

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

 a { background-color: rgb(237,51,135); }

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

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

 span { border-color: rgb(237,51,135); }

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