Html Css Color HEX #E72AAF Spicy Pink

📋 copy color: '#E72AAF'

red 231 ◦ green 42 ◦ blue 175

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

Shades of Spicy Pink #E72AAF

Tints of Spicy Pink #E72AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.38%

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

R = 51.56%
G = 9.38%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E72AAF (or 0xE72AAF) is known color: Spicy Pink. HEX triplet: E7, 2A and AF. RGB value is (231,42,175). Sum of RGB (Red+Green+Blue) = 231+42+175=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72AAF is #18D550. Grayscale: #717171. Windows color (decimal): -1627473 or 11479783. OLE color: 11479783.

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

Color convert

RGB 231 42 175 -
CMYK 0 0.82 0.24 0.09
HSL 317.78º 0.8% 0.54% -
HSV(B) 317.78º 0.82% 0.91% -
XYZ 41.52 21.74 42.57 -
YUV 113.67 162.62 211.69 -
System Red Green Blue C M Y K H S L
Decimal 231 42 175 0 0.82 0.24 0.09 317.78 0.8 0.54
Hex E7 2A AF 0 52 18 9 13E 50 36
Octal 347 52 257 0 122 30 11 476 120 66
Binary 11100111 101010 10101111 0 1010010 11000 1001 100111110 1010000 110110

Color Harmonies of #E72AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72AAF

Black with #E72AAF

Text Example


Text Example

White with #E72AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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