Html Css Color HEX #E71990 Deep Pink

📋 copy color: '#E71990'

red 231 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #E71990

Tints of Deep Pink #E71990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36%

R = 57.75%
G = 6.25%
B = 36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E71990 (or 0xE71990) is known color: Deep Pink. HEX triplet: E7, 19 and 90. RGB value is (231,25,144). Sum of RGB (Red+Green+Blue) = 231+25+144=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E71990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71990 is #18E66F. Grayscale: #636363. Windows color (decimal): -1631856 or 9443815. OLE color: 9443815.

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

Color convert

RGB 231 25 144 -
CMYK 0 0.89 0.38 0.09
HSL 325.34º 0.81% 0.5% -
HSV(B) 325.34º 0.89% 0.91% -
XYZ 38.34 19.7 28.17 -
YUV 100.16 152.75 221.32 -
System Red Green Blue C M Y K H S L
Decimal 231 25 144 0 0.89 0.38 0.09 325.34 0.81 0.5
Hex E7 19 90 0 59 26 9 145 51 32
Octal 347 31 220 0 131 46 11 505 121 62
Binary 11100111 11001 10010000 0 1011001 100110 1001 101000101 1010001 110010

Color Harmonies of #E71990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71990

Black with #E71990

Text Example


Text Example

White with #E71990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71990; }

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

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

background-color css

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

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

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

border-color css

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

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

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