Html Css Color HEX #E016AF Spicy Pink

📋 copy color: '#E016AF'

red 224 ◦ green 22 ◦ blue 175

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

Shades of Spicy Pink #E016AF

Tints of Spicy Pink #E016AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.23%

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

R = 53.21%
G = 5.23%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E016AF (or 0xE016AF) is known color: Spicy Pink. HEX triplet: E0, 16 and AF. RGB value is (224,22,175). Sum of RGB (Red+Green+Blue) = 224+22+175=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E016AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E016AF is #1FE950. Grayscale: #636363. Windows color (decimal): -2091345 or 11474656. OLE color: 11474656.

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

Color convert

RGB 224 22 175 -
CMYK 0 0.90 0.22 0.12
HSL 314.55º 0.82% 0.48% -
HSV(B) 314.55º 0.9% 0.88% -
XYZ 38.77 19.52 42.28 -
YUV 99.84 170.42 216.56 -
System Red Green Blue C M Y K H S L
Decimal 224 22 175 0 0.90 0.22 0.12 314.55 0.82 0.48
Hex E0 16 AF 0 5A 16 C 13B 52 30
Octal 340 26 257 0 132 26 14 473 122 60
Binary 11100000 10110 10101111 0 1011010 10110 1100 100111011 1010010 110000

Color Harmonies of #E016AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016AF

Black with #E016AF

Text Example


Text Example

White with #E016AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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