Html Css Color HEX #E015AF Spicy Pink

📋 copy color: '#E015AF'

red 224 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #E015AF

Tints of Spicy Pink #E015AF

RGB

 RED value IS 224 (87.89% from 255) = 53.33%

 GREEN value IS 21 (8.59% from 255) = 5%

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

R = 53.33%
G = 5%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E015AF (or 0xE015AF) is known color: Spicy Pink. HEX triplet: E0, 15 and AF. RGB value is (224,21,175). Sum of RGB (Red+Green+Blue) = 224+21+175=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E015AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E015AF is #1FEA50. Grayscale: #626262. Windows color (decimal): -2091601 or 11474400. OLE color: 11474400.

HSL color Cylindrical-coordinate representation of color #E015AF: hue angle of 314.48º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015AF is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 175 -
CMYK 0 0.91 0.22 0.12
HSL 314.48º 0.83% 0.48% -
HSV(B) 314.48º 0.91% 0.88% -
XYZ 38.75 19.48 42.28 -
YUV 99.25 170.75 216.98 -
System Red Green Blue C M Y K H S L
Decimal 224 21 175 0 0.91 0.22 0.12 314.48 0.83 0.48
Hex E0 15 AF 0 5B 16 C 13A 53 30
Octal 340 25 257 0 133 26 14 472 123 60
Binary 11100000 10101 10101111 0 1011011 10110 1100 100111010 1010011 110000

Color Harmonies of #E015AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015AF

Black with #E015AF

Text Example


Text Example

White with #E015AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015AF; }

 p { color: rgb(224,21,175); }

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

background-color css

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

 a { background-color: rgb(224,21,175); }

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

border-color css

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

 span { border-color: rgb(224,21,175); }

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