Html Css Color HEX #E021A7 Spicy Pink

📋 copy color: '#E021A7'

red 224 ◦ green 33 ◦ blue 167

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

Shades of Spicy Pink #E021A7

Tints of Spicy Pink #E021A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.39%

R = 52.83%
G = 7.78%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E021A7 (or 0xE021A7) is known color: Spicy Pink. HEX triplet: E0, 21 and A7. RGB value is (224,33,167). Sum of RGB (Red+Green+Blue) = 224+33+167=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E021A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021A7 is #1FDE58. Grayscale: #696969. Windows color (decimal): -2088537 or 10953184. OLE color: 10953184.

HSL color Cylindrical-coordinate representation of color #E021A7: hue angle of 317.91º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021A7 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 167 -
CMYK 0 0.85 0.25 0.12
HSL 317.91º 0.75% 0.5% -
HSV(B) 317.91º 0.85% 0.88% -
XYZ 38.26 19.73 38.35 -
YUV 105.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 224 33 167 0 0.85 0.25 0.12 317.91 0.75 0.5
Hex E0 21 A7 0 55 19 C 13E 4B 32
Octal 340 41 247 0 125 31 14 476 113 62
Binary 11100000 100001 10100111 0 1010101 11001 1100 100111110 1001011 110010

Color Harmonies of #E021A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021A7

Black with #E021A7

Text Example


Text Example

White with #E021A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021A7; }

 p { color: rgb(224,33,167); }

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

background-color css

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

 a { background-color: rgb(224,33,167); }

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

border-color css

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

 span { border-color: rgb(224,33,167); }

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