Html Css Color HEX #E019AE Spicy Pink

📋 copy color: '#E019AE'

red 224 ◦ green 25 ◦ blue 174

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

Shades of Spicy Pink #E019AE

Tints of Spicy Pink #E019AE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.91%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 52.96%
G = 5.91%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E019AE (or 0xE019AE) is known color: Spicy Pink. HEX triplet: E0, 19 and AE. RGB value is (224,25,174). Sum of RGB (Red+Green+Blue) = 224+25+174=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E019AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E019AE is #1FE651. Grayscale: #656565. Windows color (decimal): -2090578 or 11409888. OLE color: 11409888.

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

Color convert

RGB 224 25 174 -
CMYK 0 0.89 0.22 0.12
HSL 315.08º 0.8% 0.49% -
HSV(B) 315.08º 0.89% 0.88% -
XYZ 38.73 19.6 41.79 -
YUV 101.49 168.93 215.38 -
System Red Green Blue C M Y K H S L
Decimal 224 25 174 0 0.89 0.22 0.12 315.08 0.8 0.49
Hex E0 19 AE 0 59 16 C 13B 50 31
Octal 340 31 256 0 131 26 14 473 120 61
Binary 11100000 11001 10101110 0 1011001 10110 1100 100111011 1010000 110001

Color Harmonies of #E019AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019AE

Black with #E019AE

Text Example


Text Example

White with #E019AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019AE; }

 p { color: rgb(224,25,174); }

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

background-color css

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

 a { background-color: rgb(224,25,174); }

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

border-color css

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

 span { border-color: rgb(224,25,174); }

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