Html Css Color HEX #E525AA Spicy Pink

📋 copy color: '#E525AA'

red 229 ◦ green 37 ◦ blue 170

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

Shades of Spicy Pink #E525AA

Tints of Spicy Pink #E525AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.49%

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

R = 52.52%
G = 8.49%
B = 38.99%

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

#E525AA (or 0xE525AA) is known color: Spicy Pink. HEX triplet: E5, 25 and AA. RGB value is (229,37,170). Sum of RGB (Red+Green+Blue) = 229+37+170=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E525AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525AA is #1ADA55. Grayscale: #6D6D6D. Windows color (decimal): -1759830 or 11150821. OLE color: 11150821.

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

Color convert

RGB 229 37 170 -
CMYK 0 0.84 0.26 0.10
HSL 318.44º 0.79% 0.52% -
HSV(B) 318.44º 0.84% 0.9% -
XYZ 40.23 20.88 39.94 -
YUV 109.57 162.11 213.19 -
System Red Green Blue C M Y K H S L
Decimal 229 37 170 0 0.84 0.26 0.10 318.44 0.79 0.52
Hex E5 25 AA 0 54 1A A 13E 4F 34
Octal 345 45 252 0 124 32 12 476 117 64
Binary 11100101 100101 10101010 0 1010100 11010 1010 100111110 1001111 110100

Color Harmonies of #E525AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525AA

Black with #E525AA

Text Example


Text Example

White with #E525AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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