Html Css Color HEX #E31591 Deep Pink

📋 copy color: '#E31591'

red 227 ◦ green 21 ◦ blue 145

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

Shades of Deep Pink #E31591

Tints of Deep Pink #E31591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.34%

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

R = 57.76%
G = 5.34%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E31591 (or 0xE31591) is known color: Deep Pink. HEX triplet: E3, 15 and 91. RGB value is (227,21,145). Sum of RGB (Red+Green+Blue) = 227+21+145=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E31591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31591 is #1CEA6E. Grayscale: #606060. Windows color (decimal): -1895023 or 9508323. OLE color: 9508323.

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

Color convert

RGB 227 21 145 -
CMYK 0 0.91 0.36 0.11
HSL 323.88º 0.83% 0.49% -
HSV(B) 323.88º 0.91% 0.89% -
XYZ 37.06 18.91 28.49 -
YUV 96.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 227 21 145 0 0.91 0.36 0.11 323.88 0.83 0.49
Hex E3 15 91 0 5B 24 B 144 53 31
Octal 343 25 221 0 133 44 13 504 123 61
Binary 11100011 10101 10010001 0 1011011 100100 1011 101000100 1010011 110001

Color Harmonies of #E31591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31591

Black with #E31591

Text Example


Text Example

White with #E31591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31591; }

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

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

background-color css

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

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

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

border-color css

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

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

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