Html Css Color HEX #E71992 Deep Pink

📋 copy color: '#E71992'

red 231 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #E71992

Tints of Deep Pink #E71992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

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

R = 57.46%
G = 6.22%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E71992 (or 0xE71992) is known color: Deep Pink. HEX triplet: E7, 19 and 92. RGB value is (231,25,146). Sum of RGB (Red+Green+Blue) = 231+25+146=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E71992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71992 is #18E66D. Grayscale: #646464. Windows color (decimal): -1631854 or 9574887. OLE color: 9574887.

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

Color convert

RGB 231 25 146 -
CMYK 0 0.89 0.37 0.09
HSL 324.76º 0.81% 0.5% -
HSV(B) 324.76º 0.89% 0.91% -
XYZ 38.49 19.76 28.98 -
YUV 100.39 153.75 221.16 -
System Red Green Blue C M Y K H S L
Decimal 231 25 146 0 0.89 0.37 0.09 324.76 0.81 0.5
Hex E7 19 92 0 59 25 9 145 51 32
Octal 347 31 222 0 131 45 11 505 121 62
Binary 11100111 11001 10010010 0 1011001 100101 1001 101000101 1010001 110010

Color Harmonies of #E71992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71992

Black with #E71992

Text Example


Text Example

White with #E71992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71992; }

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

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

background-color css

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

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

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

border-color css

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

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

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