Html Css Color HEX #E71594 Deep Pink

📋 copy color: '#E71594'

red 231 ◦ green 21 ◦ blue 148

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

Shades of Deep Pink #E71594

Tints of Deep Pink #E71594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

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

R = 57.75%
G = 5.25%
B = 37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E71594 (or 0xE71594) is known color: Deep Pink. HEX triplet: E7, 15 and 94. RGB value is (231,21,148). Sum of RGB (Red+Green+Blue) = 231+21+148=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E71594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71594 is #18EA6B. Grayscale: #616161. Windows color (decimal): -1632876 or 9704935. OLE color: 9704935.

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

Color convert

RGB 231 21 148 -
CMYK 0 0.91 0.36 0.09
HSL 323.71º 0.83% 0.49% -
HSV(B) 323.71º 0.91% 0.91% -
XYZ 38.57 19.66 29.78 -
YUV 98.27 156.07 222.67 -
System Red Green Blue C M Y K H S L
Decimal 231 21 148 0 0.91 0.36 0.09 323.71 0.83 0.49
Hex E7 15 94 0 5B 24 9 144 53 31
Octal 347 25 224 0 133 44 11 504 123 61
Binary 11100111 10101 10010100 0 1011011 100100 1001 101000100 1010011 110001

Color Harmonies of #E71594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71594

Black with #E71594

Text Example


Text Example

White with #E71594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71594; }

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

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

background-color css

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

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

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

border-color css

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

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

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