Html Css Color HEX #E71394 Deep Pink

📋 copy color: '#E71394'

red 231 ◦ green 19 ◦ blue 148

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

Shades of Deep Pink #E71394

Tints of Deep Pink #E71394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 58.04%
G = 4.77%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E71394 (or 0xE71394) is known color: Deep Pink. HEX triplet: E7, 13 and 94. RGB value is (231,19,148). Sum of RGB (Red+Green+Blue) = 231+19+148=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E71394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71394 is #18EC6B. Grayscale: #606060. Windows color (decimal): -1633388 or 9704423. OLE color: 9704423.

HSL color Cylindrical-coordinate representation of color #E71394: hue angle of 323.49º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71394 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 19 148 -
CMYK 0 0.92 0.36 0.09
HSL 323.49º 0.85% 0.49% -
HSV(B) 323.49º 0.92% 0.91% -
XYZ 38.53 19.59 29.77 -
YUV 97.09 156.74 223.51 -
System Red Green Blue C M Y K H S L
Decimal 231 19 148 0 0.92 0.36 0.09 323.49 0.85 0.49
Hex E7 13 94 0 5C 24 9 143 55 31
Octal 347 23 224 0 134 44 11 503 125 61
Binary 11100111 10011 10010100 0 1011100 100100 1001 101000011 1010101 110001

Color Harmonies of #E71394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71394

Black with #E71394

Text Example


Text Example

White with #E71394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71394; }

 p { color: rgb(231,19,148); }

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

background-color css

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

 a { background-color: rgb(231,19,148); }

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

border-color css

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

 span { border-color: rgb(231,19,148); }

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