Html Css Color HEX #E521AE Spicy Pink

📋 copy color: '#E521AE'

red 229 ◦ green 33 ◦ blue 174

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

Shades of Spicy Pink #E521AE

Tints of Spicy Pink #E521AE

RGB

 RED value IS 229 (89.84% from 255) = 52.52%

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

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

R = 52.52%
G = 7.57%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E521AE (or 0xE521AE) is known color: Spicy Pink. HEX triplet: E5, 21 and AE. RGB value is (229,33,174). Sum of RGB (Red+Green+Blue) = 229+33+174=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E521AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521AE is #1ADE51. Grayscale: #6B6B6B. Windows color (decimal): -1760850 or 11411941. OLE color: 11411941.

HSL color Cylindrical-coordinate representation of color #E521AE: hue angle of 316.84º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521AE is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 174 -
CMYK 0 0.86 0.24 0.10
HSL 316.84º 0.79% 0.51% -
HSV(B) 316.84º 0.86% 0.9% -
XYZ 40.5 20.8 41.93 -
YUV 107.68 165.43 214.54 -
System Red Green Blue C M Y K H S L
Decimal 229 33 174 0 0.86 0.24 0.10 316.84 0.79 0.51
Hex E5 21 AE 0 56 18 A 13D 4F 33
Octal 345 41 256 0 126 30 12 475 117 63
Binary 11100101 100001 10101110 0 1010110 11000 1010 100111101 1001111 110011

Color Harmonies of #E521AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521AE

Black with #E521AE

Text Example


Text Example

White with #E521AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521AE; }

 p { color: rgb(229,33,174); }

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

background-color css

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

 a { background-color: rgb(229,33,174); }

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

border-color css

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

 span { border-color: rgb(229,33,174); }

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