Html Css Color HEX #E720AF Spicy Pink

📋 copy color: '#E720AF'

red 231 ◦ green 32 ◦ blue 175

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

Shades of Spicy Pink #E720AF

Tints of Spicy Pink #E720AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.31%

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

R = 52.74%
G = 7.31%
B = 39.95%

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

#E720AF (or 0xE720AF) is known color: Spicy Pink. HEX triplet: E7, 20 and AF. RGB value is (231,32,175). Sum of RGB (Red+Green+Blue) = 231+32+175=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E720AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E720AF is #18DF50. Grayscale: #6B6B6B. Windows color (decimal): -1630033 or 11477223. OLE color: 11477223.

HSL color Cylindrical-coordinate representation of color #E720AF: hue angle of 316.88º degrees, saturation: 0.81, 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 #E720AF is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 175 -
CMYK 0 0.86 0.24 0.09
HSL 316.88º 0.81% 0.52% -
HSV(B) 316.88º 0.86% 0.91% -
XYZ 41.21 21.12 42.46 -
YUV 107.8 165.93 215.87 -
System Red Green Blue C M Y K H S L
Decimal 231 32 175 0 0.86 0.24 0.09 316.88 0.81 0.52
Hex E7 20 AF 0 56 18 9 13D 51 34
Octal 347 40 257 0 126 30 11 475 121 64
Binary 11100111 100000 10101111 0 1010110 11000 1001 100111101 1010001 110100

Color Harmonies of #E720AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720AF

Black with #E720AF

Text Example


Text Example

White with #E720AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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