Html Css Color HEX #E71186 Deep Pink

📋 copy color: '#E71186'

red 231 ◦ green 17 ◦ blue 134

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

Shades of Deep Pink #E71186

Tints of Deep Pink #E71186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 60.47%
G = 4.45%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E71186 (or 0xE71186) is known color: Deep Pink. HEX triplet: E7, 11 and 86. RGB value is (231,17,134). Sum of RGB (Red+Green+Blue) = 231+17+134=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E71186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71186 is #18EE79. Grayscale: #5E5E5E. Windows color (decimal): -1633914 or 8786407. OLE color: 8786407.

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

Color convert

RGB 231 17 134 -
CMYK 0 0.93 0.42 0.09
HSL 327.2º 0.86% 0.49% -
HSV(B) 327.2º 0.93% 0.91% -
XYZ 37.46 19.11 24.27 -
YUV 94.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 231 17 134 0 0.93 0.42 0.09 327.2 0.86 0.49
Hex E7 11 86 0 5D 2A 9 147 56 31
Octal 347 21 206 0 135 52 11 507 126 61
Binary 11100111 10001 10000110 0 1011101 101010 1001 101000111 1010110 110001

Color Harmonies of #E71186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71186

Black with #E71186

Text Example


Text Example

White with #E71186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71186; }

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

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

background-color css

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

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

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

border-color css

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

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

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