Html Css Color HEX #E71F96 Deep Pink

📋 copy color: '#E71F96'

red 231 ◦ green 31 ◦ blue 150

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

Shades of Deep Pink #E71F96

Tints of Deep Pink #E71F96

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 56.07%
G = 7.52%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E71F96 (or 0xE71F96) is known color: Deep Pink. HEX triplet: E7, 1F and 96. RGB value is (231,31,150). Sum of RGB (Red+Green+Blue) = 231+31+150=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F96 is #18E069. Grayscale: #686868. Windows color (decimal): -1630314 or 9838567. OLE color: 9838567.

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

Color convert

RGB 231 31 150 -
CMYK 0 0.87 0.35 0.09
HSL 324.3º 0.81% 0.51% -
HSV(B) 324.3º 0.87% 0.91% -
XYZ 38.95 20.17 30.69 -
YUV 104.37 153.76 218.32 -
System Red Green Blue C M Y K H S L
Decimal 231 31 150 0 0.87 0.35 0.09 324.3 0.81 0.51
Hex E7 1F 96 0 57 23 9 144 51 33
Octal 347 37 226 0 127 43 11 504 121 63
Binary 11100111 11111 10010110 0 1010111 100011 1001 101000100 1010001 110011

Color Harmonies of #E71F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71F96

Black with #E71F96

Text Example


Text Example

White with #E71F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71F96; }

 p { color: rgb(231,31,150); }

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

background-color css

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

 a { background-color: rgb(231,31,150); }

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

border-color css

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

 span { border-color: rgb(231,31,150); }

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