Html Css Color HEX #E71491 Deep Pink

📋 copy color: '#E71491'

red 231 ◦ green 20 ◦ blue 145

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

Shades of Deep Pink #E71491

Tints of Deep Pink #E71491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.05%

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 58.33%
G = 5.05%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E71491 (or 0xE71491) is known color: Deep Pink. HEX triplet: E7, 14 and 91. RGB value is (231,20,145). Sum of RGB (Red+Green+Blue) = 231+20+145=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E71491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71491 is #18EB6E. Grayscale: #616161. Windows color (decimal): -1633135 or 9508071. OLE color: 9508071.

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

Color convert

RGB 231 20 145 -
CMYK 0 0.91 0.37 0.09
HSL 324.46º 0.84% 0.49% -
HSV(B) 324.46º 0.91% 0.91% -
XYZ 38.32 19.53 28.54 -
YUV 97.34 154.9 223.34 -
System Red Green Blue C M Y K H S L
Decimal 231 20 145 0 0.91 0.37 0.09 324.46 0.84 0.49
Hex E7 14 91 0 5B 25 9 144 54 31
Octal 347 24 221 0 133 45 11 504 124 61
Binary 11100111 10100 10010001 0 1011011 100101 1001 101000100 1010100 110001

Color Harmonies of #E71491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71491

Black with #E71491

Text Example


Text Example

White with #E71491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71491; }

 p { color: rgb(231,20,145); }

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

background-color css

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

 a { background-color: rgb(231,20,145); }

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

border-color css

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

 span { border-color: rgb(231,20,145); }

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