Html Css Color HEX #E521A6 Spicy Pink

📋 copy color: '#E521A6'

red 229 ◦ green 33 ◦ blue 166

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

Shades of Spicy Pink #E521A6

Tints of Spicy Pink #E521A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 53.5%
G = 7.71%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E521A6 (or 0xE521A6) is known color: Spicy Pink. HEX triplet: E5, 21 and A6. RGB value is (229,33,166). Sum of RGB (Red+Green+Blue) = 229+33+166=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E521A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521A6 is #1ADE59. Grayscale: #6A6A6A. Windows color (decimal): -1760858 or 10887653. OLE color: 10887653.

HSL color Cylindrical-coordinate representation of color #E521A6: hue angle of 319.29º 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 #E521A6 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 166 -
CMYK 0 0.86 0.28 0.10
HSL 319.29º 0.79% 0.51% -
HSV(B) 319.29º 0.86% 0.9% -
XYZ 39.74 20.5 37.94 -
YUV 106.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 229 33 166 0 0.86 0.28 0.10 319.29 0.79 0.51
Hex E5 21 A6 0 56 1C A 13F 4F 33
Octal 345 41 246 0 126 34 12 477 117 63
Binary 11100101 100001 10100110 0 1010110 11100 1010 100111111 1001111 110011

Color Harmonies of #E521A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521A6

Black with #E521A6

Text Example


Text Example

White with #E521A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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