#E31D93

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

Shades of Deep Cerise #E31D93

Tints of Deep Cerise #E31D93

Color information

#E31D93 (or 0xE31D93) is unknown color: approx Deep Cerise. HEX triplet: E3, 1D and 93. RGB value is (227,29,147). Sum of RGB (Red+Green+Blue) = 227+29+147=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31D93 is #1CE26C. Grayscale: #656565. Windows color (decimal): -1892973 or 9641443. OLE color: 9641443.

HSL color Cylindrical-coordinate representation of color #E31D93: hue angle of 324.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31D93 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22729147-
CMYK00.870.350.11
HSL324.24º77.95%50.2%-
HSV(B)324.24º87.22%89.02%-
XYZ37.3819.3229.36-
YUV101.65153.6217.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.33%
GREEN value IS 29 (11.72% from 255) = 7.20%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=56.33%
G=7.20%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272914700.870.350.11324.2477.9550.2
HexE31D9305723B1444e32
Octal343352230127431350411662
Binary1110001111101100100110101011110001110111010001001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31D93; }

 p { color: rgb(227,29,147); }

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

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

 a { background-color: rgb(227,29,147); }

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

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

 span { border-color: rgb(227,29,147); }

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