#E31B93

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

Shades of Deep Cerise #E31B93

Tints of Deep Cerise #E31B93

Color information

#E31B93 (or 0xE31B93) is unknown color: approx Deep Cerise. HEX triplet: E3, 1B and 93. RGB value is (227,27,147). Sum of RGB (Red+Green+Blue) = 227+27+147=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31B93 is #1CE46C. Grayscale: #646464. Windows color (decimal): -1893485 or 9640931. OLE color: 9640931.

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

Color convert

RGB22727147-
CMYK00.880.350.11
HSL324º78.74%49.8%-
HSV(B)324º88.11%89.02%-
XYZ37.3419.2229.35-
YUV100.48154.26218.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.61%
GREEN value IS 27 (10.94% from 255) = 6.73%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=56.61%
G=6.73%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272714700.880.350.1132478.7449.8
HexE31B9305823B1444f32
Octal343332230130431350411762
Binary1110001111011100100110101100010001110111010001001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31B93; }

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

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

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

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

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

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

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

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