Html Css Color HEX #E71A90 Deep Pink

📋 copy color: '#E71A90'

red 231 ◦ green 26 ◦ blue 144

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

Shades of Deep Pink #E71A90

Tints of Deep Pink #E71A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.48%

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

R = 57.61%
G = 6.48%
B = 35.91%

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

#E71A90 (or 0xE71A90) is known color: Deep Pink. HEX triplet: E7, 1A and 90. RGB value is (231,26,144). Sum of RGB (Red+Green+Blue) = 231+26+144=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71A90 is #18E56F. Grayscale: #646464. Windows color (decimal): -1631600 or 9444071. OLE color: 9444071.

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

Color convert

RGB 231 26 144 -
CMYK 0 0.89 0.38 0.09
HSL 325.46º 0.81% 0.5% -
HSV(B) 325.46º 0.89% 0.91% -
XYZ 38.36 19.74 28.17 -
YUV 100.75 152.42 220.91 -
System Red Green Blue C M Y K H S L
Decimal 231 26 144 0 0.89 0.38 0.09 325.46 0.81 0.5
Hex E7 1A 90 0 59 26 9 145 51 32
Octal 347 32 220 0 131 46 11 505 121 62
Binary 11100111 11010 10010000 0 1011001 100110 1001 101000101 1010001 110010

Color Harmonies of #E71A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A90

Black with #E71A90

Text Example


Text Example

White with #E71A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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