Html Css Color HEX #E71180 Deep Pink

📋 copy color: '#E71180'

red 231 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #E71180

Tints of Deep Pink #E71180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 61.44%
G = 4.52%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E71180 (or 0xE71180) is known color: Deep Pink. HEX triplet: E7, 11 and 80. RGB value is (231,17,128). Sum of RGB (Red+Green+Blue) = 231+17+128=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E71180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71180 is #18EE7F. Grayscale: #5D5D5D. Windows color (decimal): -1633920 or 8393191. OLE color: 8393191.

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

Color convert

RGB 231 17 128 -
CMYK 0 0.93 0.45 0.09
HSL 328.88º 0.86% 0.49% -
HSV(B) 328.88º 0.93% 0.91% -
XYZ 37.05 18.95 22.13 -
YUV 93.64 147.4 225.97 -
System Red Green Blue C M Y K H S L
Decimal 231 17 128 0 0.93 0.45 0.09 328.88 0.86 0.49
Hex E7 11 80 0 5D 2D 9 149 56 31
Octal 347 21 200 0 135 55 11 511 126 61
Binary 11100111 10001 10000000 0 1011101 101101 1001 101001001 1010110 110001

Color Harmonies of #E71180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71180

Black with #E71180

Text Example


Text Example

White with #E71180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71180; }

 p { color: rgb(231,17,128); }

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

background-color css

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

 a { background-color: rgb(231,17,128); }

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

border-color css

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

 span { border-color: rgb(231,17,128); }

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