#E31A90

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

Shades of Deep Cerise #E31A90

Tints of Deep Cerise #E31A90

Color information

#E31A90 (or 0xE31A90) is unknown color: approx Deep Cerise. HEX triplet: E3, 1A and 90. RGB value is (227,26,144). Sum of RGB (Red+Green+Blue) = 227+26+144=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31A90 is #1CE56F. Grayscale: #636363. Windows color (decimal): -1893744 or 9444067. OLE color: 9444067.

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

Color convert

RGB22726144-
CMYK00.890.370.11
HSL324.78º79.45%49.61%-
HSV(B)324.78º88.55%89.02%-
XYZ37.0819.0828.11-
YUV99.55153.09218.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.18%
GREEN value IS 26 (10.55% from 255) = 6.55%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=57.18%
G=6.55%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272614400.890.370.11324.7879.4549.61
HexE31A9005925B1454f32
Octal343322200131451350511762
Binary1110001111010100100000101100110010110111010001011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31A90; }

 p { color: rgb(227,26,144); }

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

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

 a { background-color: rgb(227,26,144); }

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

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

 span { border-color: rgb(227,26,144); }

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