Html Css Color HEX #E71C95 Deep Pink

📋 copy color: '#E71C95'

red 231 ◦ green 28 ◦ blue 149

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

Shades of Deep Pink #E71C95

Tints of Deep Pink #E71C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 56.62%
G = 6.86%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E71C95 (or 0xE71C95) is known color: Deep Pink. HEX triplet: E7, 1C and 95. RGB value is (231,28,149). Sum of RGB (Red+Green+Blue) = 231+28+149=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71C95 is #18E36A. Grayscale: #666666. Windows color (decimal): -1631083 or 9772263. OLE color: 9772263.

HSL color Cylindrical-coordinate representation of color #E71C95: hue angle of 324.24º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C95 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 28 149 -
CMYK 0 0.88 0.35 0.09
HSL 324.24º 0.81% 0.51% -
HSV(B) 324.24º 0.88% 0.91% -
XYZ 38.8 19.99 30.25 -
YUV 102.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 231 28 149 0 0.88 0.35 0.09 324.24 0.81 0.51
Hex E7 1C 95 0 58 23 9 144 51 33
Octal 347 34 225 0 130 43 11 504 121 63
Binary 11100111 11100 10010101 0 1011000 100011 1001 101000100 1010001 110011

Color Harmonies of #E71C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71C95

Black with #E71C95

Text Example


Text Example

White with #E71C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71C95; }

 p { color: rgb(231,28,149); }

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

background-color css

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

 a { background-color: rgb(231,28,149); }

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

border-color css

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

 span { border-color: rgb(231,28,149); }

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