Html Css Color HEX #E71995 Deep Pink

📋 copy color: '#E71995'

red 231 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #E71995

Tints of Deep Pink #E71995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 57.04%
G = 6.17%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E71995 (or 0xE71995) is known color: Deep Pink. HEX triplet: E7, 19 and 95. RGB value is (231,25,149). Sum of RGB (Red+Green+Blue) = 231+25+149=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E71995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71995 is #18E66A. Grayscale: #646464. Windows color (decimal): -1631851 or 9771495. OLE color: 9771495.

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

Color convert

RGB 231 25 149 -
CMYK 0 0.89 0.35 0.09
HSL 323.88º 0.81% 0.5% -
HSV(B) 323.88º 0.89% 0.91% -
XYZ 38.73 19.85 30.22 -
YUV 100.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 231 25 149 0 0.89 0.35 0.09 323.88 0.81 0.5
Hex E7 19 95 0 59 23 9 144 51 32
Octal 347 31 225 0 131 43 11 504 121 62
Binary 11100111 11001 10010101 0 1011001 100011 1001 101000100 1010001 110010

Color Harmonies of #E71995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71995

Black with #E71995

Text Example


Text Example

White with #E71995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71995; }

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

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

background-color css

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

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

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

border-color css

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

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

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