Html Css Color HEX #E71BAE Spicy Pink

📋 copy color: '#E71BAE'

red 231 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #E71BAE

Tints of Spicy Pink #E71BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.25%

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 53.47%
G = 6.25%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E71BAE (or 0xE71BAE) is known color: Spicy Pink. HEX triplet: E7, 1B and AE. RGB value is (231,27,174). Sum of RGB (Red+Green+Blue) = 231+27+174=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71BAE is #18E451. Grayscale: #686868. Windows color (decimal): -1631314 or 11410407. OLE color: 11410407.

HSL color Cylindrical-coordinate representation of color #E71BAE: hue angle of 316.76º 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 #E71BAE is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 27 174 -
CMYK 0 0.88 0.25 0.09
HSL 316.76º 0.81% 0.51% -
HSV(B) 316.76º 0.88% 0.91% -
XYZ 40.99 20.83 41.9 -
YUV 104.75 167.09 218.05 -
System Red Green Blue C M Y K H S L
Decimal 231 27 174 0 0.88 0.25 0.09 316.76 0.81 0.51
Hex E7 1B AE 0 58 19 9 13D 51 33
Octal 347 33 256 0 130 31 11 475 121 63
Binary 11100111 11011 10101110 0 1011000 11001 1001 100111101 1010001 110011

Color Harmonies of #E71BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BAE

Black with #E71BAE

Text Example


Text Example

White with #E71BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BAE; }

 p { color: rgb(231,27,174); }

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

background-color css

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

 a { background-color: rgb(231,27,174); }

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

border-color css

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

 span { border-color: rgb(231,27,174); }

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