Html Css Color HEX #E72BAF Spicy Pink

📋 copy color: '#E72BAF'

red 231 ◦ green 43 ◦ blue 175

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

Shades of Spicy Pink #E72BAF

Tints of Spicy Pink #E72BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 51.45%
G = 9.58%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E72BAF (or 0xE72BAF) is known color: Spicy Pink. HEX triplet: E7, 2B and AF. RGB value is (231,43,175). Sum of RGB (Red+Green+Blue) = 231+43+175=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E72BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72BAF is #18D450. Grayscale: #717171. Windows color (decimal): -1627217 or 11480039. OLE color: 11480039.

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

Color convert

RGB 231 43 175 -
CMYK 0 0.81 0.24 0.09
HSL 317.87º 0.8% 0.54% -
HSV(B) 317.87º 0.81% 0.91% -
XYZ 41.56 21.81 42.58 -
YUV 114.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 231 43 175 0 0.81 0.24 0.09 317.87 0.8 0.54
Hex E7 2B AF 0 51 18 9 13E 50 36
Octal 347 53 257 0 121 30 11 476 120 66
Binary 11100111 101011 10101111 0 1010001 11000 1001 100111110 1010000 110110

Color Harmonies of #E72BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72BAF

Black with #E72BAF

Text Example


Text Example

White with #E72BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72BAF; }

 p { color: rgb(231,43,175); }

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

background-color css

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

 a { background-color: rgb(231,43,175); }

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

border-color css

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

 span { border-color: rgb(231,43,175); }

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