Html Css Color HEX #E71192 Deep Pink

📋 copy color: '#E71192'

red 231 ◦ green 17 ◦ blue 146

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

Shades of Deep Pink #E71192

Tints of Deep Pink #E71192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 58.63%
G = 4.31%
B = 37.06%

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

#E71192 (or 0xE71192) is known color: Deep Pink. HEX triplet: E7, 11 and 92. RGB value is (231,17,146). Sum of RGB (Red+Green+Blue) = 231+17+146=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E71192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71192 is #18EE6D. Grayscale: #5F5F5F. Windows color (decimal): -1633902 or 9572839. OLE color: 9572839.

HSL color Cylindrical-coordinate representation of color #E71192: hue angle of 323.83º 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 #E71192 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 146 -
CMYK 0 0.93 0.37 0.09
HSL 323.83º 0.86% 0.49% -
HSV(B) 323.83º 0.93% 0.91% -
XYZ 38.34 19.47 28.93 -
YUV 95.69 156.4 224.51 -
System Red Green Blue C M Y K H S L
Decimal 231 17 146 0 0.93 0.37 0.09 323.83 0.86 0.49
Hex E7 11 92 0 5D 25 9 144 56 31
Octal 347 21 222 0 135 45 11 504 126 61
Binary 11100111 10001 10010010 0 1011101 100101 1001 101000100 1010110 110001

Color Harmonies of #E71192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71192

Black with #E71192

Text Example


Text Example

White with #E71192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71192; }

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

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

background-color css

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

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

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

border-color css

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

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

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