Html Css Color HEX #E71091 Deep Pink

📋 copy color: '#E71091'

red 231 ◦ green 16 ◦ blue 145

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

Shades of Deep Pink #E71091

Tints of Deep Pink #E71091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.08%

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

R = 58.93%
G = 4.08%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E71091 (or 0xE71091) is known color: Deep Pink. HEX triplet: E7, 10 and 91. RGB value is (231,16,145). Sum of RGB (Red+Green+Blue) = 231+16+145=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E71091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71091 is #18EF6E. Grayscale: #5E5E5E. Windows color (decimal): -1634159 or 9507047. OLE color: 9507047.

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

Color convert

RGB 231 16 145 -
CMYK 0 0.93 0.37 0.09
HSL 324º 0.87% 0.48% -
HSV(B) 324º 0.93% 0.91% -
XYZ 38.25 19.4 28.52 -
YUV 94.99 156.23 225.01 -
System Red Green Blue C M Y K H S L
Decimal 231 16 145 0 0.93 0.37 0.09 324 0.87 0.48
Hex E7 10 91 0 5D 25 9 144 57 30
Octal 347 20 221 0 135 45 11 504 127 60
Binary 11100111 10000 10010001 0 1011101 100101 1001 101000100 1010111 110000

Color Harmonies of #E71091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71091

Black with #E71091

Text Example


Text Example

White with #E71091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71091; }

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

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

background-color css

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

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

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

border-color css

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

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

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