Html Css Color HEX #E71FB4 Spicy Pink

📋 copy color: '#E71FB4'

red 231 ◦ green 31 ◦ blue 180

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

Shades of Spicy Pink #E71FB4

Tints of Spicy Pink #E71FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 52.26%
G = 7.01%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E71FB4 (or 0xE71FB4) is known color: Spicy Pink. HEX triplet: E7, 1F and B4. RGB value is (231,31,180). Sum of RGB (Red+Green+Blue) = 231+31+180=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FB4 is #18E04B. Grayscale: #6B6B6B. Windows color (decimal): -1630284 or 11804647. OLE color: 11804647.

HSL color Cylindrical-coordinate representation of color #E71FB4: hue angle of 315.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 #E71FB4 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 31 180 -
CMYK 0 0.87 0.22 0.09
HSL 315.3º 0.81% 0.51% -
HSV(B) 315.3º 0.87% 0.91% -
XYZ 41.68 21.26 45.09 -
YUV 107.79 168.76 215.88 -
System Red Green Blue C M Y K H S L
Decimal 231 31 180 0 0.87 0.22 0.09 315.3 0.81 0.51
Hex E7 1F B4 0 57 16 9 13B 51 33
Octal 347 37 264 0 127 26 11 473 121 63
Binary 11100111 11111 10110100 0 1010111 10110 1001 100111011 1010001 110011

Color Harmonies of #E71FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FB4

Black with #E71FB4

Text Example


Text Example

White with #E71FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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