Html Css Color HEX #E71093 Deep Pink

📋 copy color: '#E71093'

red 231 ◦ green 16 ◦ blue 147

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

Shades of Deep Pink #E71093

Tints of Deep Pink #E71093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 58.63%
G = 4.06%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E71093 (or 0xE71093) is known color: Deep Pink. HEX triplet: E7, 10 and 93. RGB value is (231,16,147). Sum of RGB (Red+Green+Blue) = 231+16+147=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E71093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71093 is #18EF6C. Grayscale: #5E5E5E. Windows color (decimal): -1634157 or 9638119. OLE color: 9638119.

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

Color convert

RGB 231 16 147 -
CMYK 0 0.93 0.36 0.09
HSL 323.44º 0.87% 0.48% -
HSV(B) 323.44º 0.93% 0.91% -
XYZ 38.41 19.47 29.34 -
YUV 95.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 231 16 147 0 0.93 0.36 0.09 323.44 0.87 0.48
Hex E7 10 93 0 5D 24 9 143 57 30
Octal 347 20 223 0 135 44 11 503 127 60
Binary 11100111 10000 10010011 0 1011101 100100 1001 101000011 1010111 110000

Color Harmonies of #E71093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71093

Black with #E71093

Text Example


Text Example

White with #E71093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71093; }

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

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

background-color css

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

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

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

border-color css

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

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

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