Html Css Color HEX #E31A91 Deep Cerise

📋 copy color: '#E31A91'

red 227 ◦ green 26 ◦ blue 145

#E31A91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #E31A91

Tints of Deep Cerise #E31A91

RGB

 RED value IS 227 (89.06% from 255) = 57.04%

 GREEN value IS 26 (10.55% from 255) = 6.53%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 57.04%
G = 6.53%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E31A91 (or 0xE31A91) is known color: Deep Cerise. HEX triplet: E3, 1A and 91. RGB value is (227,26,145). Sum of RGB (Red+Green+Blue) = 227+26+145=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31A91 is #1CE56E. Grayscale: #636363. Windows color (decimal): -1893743 or 9509603. OLE color: 9509603.

HSL color Cylindrical-coordinate representation of color #E31A91: hue angle of 324.48º 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 #E31A91 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 26 145 -
CMYK 0 0.89 0.36 0.11
HSL 324.48º 0.79% 0.5% -
HSV(B) 324.48º 0.89% 0.89% -
XYZ 37.16 19.11 28.52 -
YUV 99.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 227 26 145 0 0.89 0.36 0.11 324.48 0.79 0.5
Hex E3 1A 91 0 59 24 B 144 4F 32
Octal 343 32 221 0 131 44 13 504 117 62
Binary 11100011 11010 10010001 0 1011001 100100 1011 101000100 1001111 110010

Color Harmonies of #E31A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31A91

Black with #E31A91

Text Example


Text Example

White with #E31A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31A91; }

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

 H1.HeaderClassName
 {
   color: #E31A91;
 }
 .AnyTagClassName
 {
   color: #E31A91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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