Html Css Color HEX #E71392 Deep Pink

📋 copy color: '#E71392'

red 231 ◦ green 19 ◦ blue 146

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

Shades of Deep Pink #E71392

Tints of Deep Pink #E71392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

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

R = 58.33%
G = 4.8%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E71392 (or 0xE71392) is known color: Deep Pink. HEX triplet: E7, 13 and 92. RGB value is (231,19,146). Sum of RGB (Red+Green+Blue) = 231+19+146=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E71392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71392 is #18EC6D. Grayscale: #606060. Windows color (decimal): -1633390 or 9573351. OLE color: 9573351.

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

Color convert

RGB 231 19 146 -
CMYK 0 0.92 0.37 0.09
HSL 324.06º 0.85% 0.49% -
HSV(B) 324.06º 0.92% 0.91% -
XYZ 38.38 19.53 28.94 -
YUV 96.87 155.74 223.67 -
System Red Green Blue C M Y K H S L
Decimal 231 19 146 0 0.92 0.37 0.09 324.06 0.85 0.49
Hex E7 13 92 0 5C 25 9 144 55 31
Octal 347 23 222 0 134 45 11 504 125 61
Binary 11100111 10011 10010010 0 1011100 100101 1001 101000100 1010101 110001

Color Harmonies of #E71392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71392

Black with #E71392

Text Example


Text Example

White with #E71392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71392; }

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

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

background-color css

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

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

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

border-color css

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

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

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