Html Css Color HEX #E31691 Deep Pink

📋 copy color: '#E31691'

red 227 ◦ green 22 ◦ blue 145

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

Shades of Deep Pink #E31691

Tints of Deep Pink #E31691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.58%

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

R = 57.61%
G = 5.58%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E31691 (or 0xE31691) is known color: Deep Pink. HEX triplet: E3, 16 and 91. RGB value is (227,22,145). Sum of RGB (Red+Green+Blue) = 227+22+145=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E31691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31691 is #1CE96E. Grayscale: #616161. Windows color (decimal): -1894767 or 9508579. OLE color: 9508579.

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

Color convert

RGB 227 22 145 -
CMYK 0 0.90 0.36 0.11
HSL 324º 0.82% 0.49% -
HSV(B) 324º 0.9% 0.89% -
XYZ 37.08 18.95 28.49 -
YUV 97.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 227 22 145 0 0.90 0.36 0.11 324 0.82 0.49
Hex E3 16 91 0 5A 24 B 144 52 31
Octal 343 26 221 0 132 44 13 504 122 61
Binary 11100011 10110 10010001 0 1011010 100100 1011 101000100 1010010 110001

Color Harmonies of #E31691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31691

Black with #E31691

Text Example


Text Example

White with #E31691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31691; }

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

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

background-color css

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

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

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

border-color css

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

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

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