Html Css Color HEX #E721AF Spicy Pink

📋 copy color: '#E721AF'

red 231 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #E721AF

Tints of Spicy Pink #E721AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.52%

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

R = 52.62%
G = 7.52%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E721AF (or 0xE721AF) is known color: Spicy Pink. HEX triplet: E7, 21 and AF. RGB value is (231,33,175). Sum of RGB (Red+Green+Blue) = 231+33+175=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E721AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E721AF is #18DE50. Grayscale: #6C6C6C. Windows color (decimal): -1629777 or 11477479. OLE color: 11477479.

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

Color convert

RGB 231 33 175 -
CMYK 0 0.86 0.24 0.09
HSL 316.97º 0.8% 0.52% -
HSV(B) 316.97º 0.86% 0.91% -
XYZ 41.24 21.17 42.47 -
YUV 108.39 165.6 215.45 -
System Red Green Blue C M Y K H S L
Decimal 231 33 175 0 0.86 0.24 0.09 316.97 0.8 0.52
Hex E7 21 AF 0 56 18 9 13D 50 34
Octal 347 41 257 0 126 30 11 475 120 64
Binary 11100111 100001 10101111 0 1010110 11000 1001 100111101 1010000 110100

Color Harmonies of #E721AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721AF

Black with #E721AF

Text Example


Text Example

White with #E721AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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