Html Css Color HEX #E524AA Spicy Pink

📋 copy color: '#E524AA'

red 229 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #E524AA

Tints of Spicy Pink #E524AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.28%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 52.64%
G = 8.28%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E524AA (or 0xE524AA) is known color: Spicy Pink. HEX triplet: E5, 24 and AA. RGB value is (229,36,170). Sum of RGB (Red+Green+Blue) = 229+36+170=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E524AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E524AA is #1ADB55. Grayscale: #6C6C6C. Windows color (decimal): -1760086 or 11150565. OLE color: 11150565.

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

Color convert

RGB 229 36 170 -
CMYK 0 0.84 0.26 0.10
HSL 318.34º 0.79% 0.52% -
HSV(B) 318.34º 0.84% 0.9% -
XYZ 40.2 20.82 39.93 -
YUV 108.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 229 36 170 0 0.84 0.26 0.10 318.34 0.79 0.52
Hex E5 24 AA 0 54 1A A 13E 4F 34
Octal 345 44 252 0 124 32 12 476 117 64
Binary 11100101 100100 10101010 0 1010100 11010 1010 100111110 1001111 110100

Color Harmonies of #E524AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524AA

Black with #E524AA

Text Example


Text Example

White with #E524AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524AA; }

 p { color: rgb(229,36,170); }

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

background-color css

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

 a { background-color: rgb(229,36,170); }

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

border-color css

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

 span { border-color: rgb(229,36,170); }

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