Html Css Color HEX #E02AAE Spicy Pink

📋 copy color: '#E02AAE'

red 224 ◦ green 42 ◦ blue 174

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

Shades of Spicy Pink #E02AAE

Tints of Spicy Pink #E02AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

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

R = 50.91%
G = 9.55%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E02AAE (or 0xE02AAE) is known color: Spicy Pink. HEX triplet: E0, 2A and AE. RGB value is (224,42,174). Sum of RGB (Red+Green+Blue) = 224+42+174=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02AAE is #1FD551. Grayscale: #6F6F6F. Windows color (decimal): -2086226 or 11414240. OLE color: 11414240.

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

Color convert

RGB 224 42 174 -
CMYK 0 0.81 0.22 0.12
HSL 316.48º 0.75% 0.52% -
HSV(B) 316.48º 0.81% 0.88% -
XYZ 39.21 20.56 41.95 -
YUV 111.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 224 42 174 0 0.81 0.22 0.12 316.48 0.75 0.52
Hex E0 2A AE 0 51 16 C 13C 4B 34
Octal 340 52 256 0 121 26 14 474 113 64
Binary 11100000 101010 10101110 0 1010001 10110 1100 100111100 1001011 110100

Color Harmonies of #E02AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02AAE

Black with #E02AAE

Text Example


Text Example

White with #E02AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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