Html Css Color HEX #E71090 Deep Pink

📋 copy color: '#E71090'

red 231 ◦ green 16 ◦ blue 144

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

Shades of Deep Pink #E71090

Tints of Deep Pink #E71090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 59.08%
G = 4.09%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E71090 (or 0xE71090) is known color: Deep Pink. HEX triplet: E7, 10 and 90. RGB value is (231,16,144). Sum of RGB (Red+Green+Blue) = 231+16+144=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E71090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71090 is #18EF6F. Grayscale: #5E5E5E. Windows color (decimal): -1634160 or 9441511. OLE color: 9441511.

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

Color convert

RGB 231 16 144 -
CMYK 0 0.93 0.38 0.09
HSL 324.28º 0.87% 0.48% -
HSV(B) 324.28º 0.93% 0.91% -
XYZ 38.17 19.37 28.11 -
YUV 94.88 155.73 225.09 -
System Red Green Blue C M Y K H S L
Decimal 231 16 144 0 0.93 0.38 0.09 324.28 0.87 0.48
Hex E7 10 90 0 5D 26 9 144 57 30
Octal 347 20 220 0 135 46 11 504 127 60
Binary 11100111 10000 10010000 0 1011101 100110 1001 101000100 1010111 110000

Color Harmonies of #E71090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71090

Black with #E71090

Text Example


Text Example

White with #E71090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71090; }

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

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

background-color css

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

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

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

border-color css

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

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

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