Html Css Color HEX #E01EA8 Spicy Pink

📋 copy color: '#E01EA8'

red 224 ◦ green 30 ◦ blue 168

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

Shades of Spicy Pink #E01EA8

Tints of Spicy Pink #E01EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 53.08%
G = 7.11%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E01EA8 (or 0xE01EA8) is known color: Spicy Pink. HEX triplet: E0, 1E and A8. RGB value is (224,30,168). Sum of RGB (Red+Green+Blue) = 224+30+168=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01EA8 is #1FE157. Grayscale: #676767. Windows color (decimal): -2089304 or 11017952. OLE color: 11017952.

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

Color convert

RGB 224 30 168 -
CMYK 0 0.87 0.25 0.12
HSL 317.32º 0.76% 0.5% -
HSV(B) 317.32º 0.87% 0.88% -
XYZ 38.27 19.6 38.81 -
YUV 103.74 164.27 213.78 -
System Red Green Blue C M Y K H S L
Decimal 224 30 168 0 0.87 0.25 0.12 317.32 0.76 0.5
Hex E0 1E A8 0 57 19 C 13D 4C 32
Octal 340 36 250 0 127 31 14 475 114 62
Binary 11100000 11110 10101000 0 1010111 11001 1100 100111101 1001100 110010

Color Harmonies of #E01EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EA8

Black with #E01EA8

Text Example


Text Example

White with #E01EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EA8; }

 p { color: rgb(224,30,168); }

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

background-color css

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

 a { background-color: rgb(224,30,168); }

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

border-color css

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

 span { border-color: rgb(224,30,168); }

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