Html Css Color HEX #E71182 Deep Pink

📋 copy color: '#E71182'

red 231 ◦ green 17 ◦ blue 130

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

Shades of Deep Pink #E71182

Tints of Deep Pink #E71182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 61.11%
G = 4.5%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E71182 (or 0xE71182) is known color: Deep Pink. HEX triplet: E7, 11 and 82. RGB value is (231,17,130). Sum of RGB (Red+Green+Blue) = 231+17+130=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E71182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71182 is #18EE7D. Grayscale: #5D5D5D. Windows color (decimal): -1633918 or 8524263. OLE color: 8524263.

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

Color convert

RGB 231 17 130 -
CMYK 0 0.93 0.44 0.09
HSL 328.32º 0.86% 0.49% -
HSV(B) 328.32º 0.93% 0.91% -
XYZ 37.18 19 22.83 -
YUV 93.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 231 17 130 0 0.93 0.44 0.09 328.32 0.86 0.49
Hex E7 11 82 0 5D 2C 9 148 56 31
Octal 347 21 202 0 135 54 11 510 126 61
Binary 11100111 10001 10000010 0 1011101 101100 1001 101001000 1010110 110001

Color Harmonies of #E71182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71182

Black with #E71182

Text Example


Text Example

White with #E71182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71182; }

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

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

background-color css

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

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

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

border-color css

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

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

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