Html Css Color HEX #E71191 Deep Pink

📋 copy color: '#E71191'

red 231 ◦ green 17 ◦ blue 145

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

Shades of Deep Pink #E71191

Tints of Deep Pink #E71191

RGB

 RED value IS 231 (90.63% from 255) = 58.78%

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

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

R = 58.78%
G = 4.33%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E71191 (or 0xE71191) is known color: Deep Pink. HEX triplet: E7, 11 and 91. RGB value is (231,17,145). Sum of RGB (Red+Green+Blue) = 231+17+145=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E71191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71191 is #18EE6E. Grayscale: #5F5F5F. Windows color (decimal): -1633903 or 9507303. OLE color: 9507303.

HSL color Cylindrical-coordinate representation of color #E71191: hue angle of 324.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71191 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 145 -
CMYK 0 0.93 0.37 0.09
HSL 324.11º 0.86% 0.49% -
HSV(B) 324.11º 0.93% 0.91% -
XYZ 38.27 19.43 28.52 -
YUV 95.58 155.9 224.59 -
System Red Green Blue C M Y K H S L
Decimal 231 17 145 0 0.93 0.37 0.09 324.11 0.86 0.49
Hex E7 11 91 0 5D 25 9 144 56 31
Octal 347 21 221 0 135 45 11 504 126 61
Binary 11100111 10001 10010001 0 1011101 100101 1001 101000100 1010110 110001

Color Harmonies of #E71191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71191

Black with #E71191

Text Example


Text Example

White with #E71191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71191; }

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

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

background-color css

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

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

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

border-color css

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

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

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