Html Css Color HEX #E31191 Deep Pink

📋 copy color: '#E31191'

red 227 ◦ green 17 ◦ blue 145

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

Shades of Deep Pink #E31191

Tints of Deep Pink #E31191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.37%

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

R = 58.35%
G = 4.37%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E31191 (or 0xE31191) is known color: Deep Pink. HEX triplet: E3, 11 and 91. RGB value is (227,17,145). Sum of RGB (Red+Green+Blue) = 227+17+145=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E31191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31191 is #1CEE6E. Grayscale: #5E5E5E. Windows color (decimal): -1896047 or 9507299. OLE color: 9507299.

HSL color Cylindrical-coordinate representation of color #E31191: hue angle of 323.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31191 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 17 145 -
CMYK 0 0.93 0.36 0.11
HSL 323.43º 0.86% 0.48% -
HSV(B) 323.43º 0.93% 0.89% -
XYZ 36.99 18.78 28.46 -
YUV 94.38 156.57 222.59 -
System Red Green Blue C M Y K H S L
Decimal 227 17 145 0 0.93 0.36 0.11 323.43 0.86 0.48
Hex E3 11 91 0 5D 24 B 143 56 30
Octal 343 21 221 0 135 44 13 503 126 60
Binary 11100011 10001 10010001 0 1011101 100100 1011 101000011 1010110 110000

Color Harmonies of #E31191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31191

Black with #E31191

Text Example


Text Example

White with #E31191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31191; }

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

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

background-color css

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

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

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

border-color css

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

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

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