Html Css Color HEX #E71084 Deep Pink

📋 copy color: '#E71084'

red 231 ◦ green 16 ◦ blue 132

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

Shades of Deep Pink #E71084

Tints of Deep Pink #E71084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 60.95%
G = 4.22%
B = 34.83%

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

#E71084 (or 0xE71084) is known color: Deep Pink. HEX triplet: E7, 10 and 84. RGB value is (231,16,132). Sum of RGB (Red+Green+Blue) = 231+16+132=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E71084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71084 is #18EF7B. Grayscale: #5D5D5D. Windows color (decimal): -1634172 or 8655079. OLE color: 8655079.

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

Color convert

RGB 231 16 132 -
CMYK 0 0.93 0.43 0.09
HSL 327.63º 0.87% 0.48% -
HSV(B) 327.63º 0.93% 0.91% -
XYZ 37.31 19.03 23.54 -
YUV 93.51 149.73 226.07 -
System Red Green Blue C M Y K H S L
Decimal 231 16 132 0 0.93 0.43 0.09 327.63 0.87 0.48
Hex E7 10 84 0 5D 2B 9 148 57 30
Octal 347 20 204 0 135 53 11 510 127 60
Binary 11100111 10000 10000100 0 1011101 101011 1001 101001000 1010111 110000

Color Harmonies of #E71084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71084

Black with #E71084

Text Example


Text Example

White with #E71084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71084; }

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

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

background-color css

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

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

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

border-color css

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

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

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