Html Css Color HEX #E71083 Deep Pink

📋 copy color: '#E71083'

red 231 ◦ green 16 ◦ blue 131

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

Shades of Deep Pink #E71083

Tints of Deep Pink #E71083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 61.11%
G = 4.23%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E71083 (or 0xE71083) is known color: Deep Pink. HEX triplet: E7, 10 and 83. RGB value is (231,16,131). Sum of RGB (Red+Green+Blue) = 231+16+131=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E71083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71083 is #18EF7C. Grayscale: #5D5D5D. Windows color (decimal): -1634173 or 8589543. OLE color: 8589543.

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

Color convert

RGB 231 16 131 -
CMYK 0 0.93 0.43 0.09
HSL 327.91º 0.87% 0.48% -
HSV(B) 327.91º 0.93% 0.91% -
XYZ 37.24 19 23.18 -
YUV 93.4 149.23 226.15 -
System Red Green Blue C M Y K H S L
Decimal 231 16 131 0 0.93 0.43 0.09 327.91 0.87 0.48
Hex E7 10 83 0 5D 2B 9 148 57 30
Octal 347 20 203 0 135 53 11 510 127 60
Binary 11100111 10000 10000011 0 1011101 101011 1001 101001000 1010111 110000

Color Harmonies of #E71083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71083

Black with #E71083

Text Example


Text Example

White with #E71083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71083; }

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

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

background-color css

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

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

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

border-color css

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

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

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