Html Css Color HEX #E525AC Spicy Pink

📋 copy color: '#E525AC'

red 229 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #E525AC

Tints of Spicy Pink #E525AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 52.28%
G = 8.45%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E525AC (or 0xE525AC) is known color: Spicy Pink. HEX triplet: E5, 25 and AC. RGB value is (229,37,172). Sum of RGB (Red+Green+Blue) = 229+37+172=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E525AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525AC is #1ADA53. Grayscale: #6D6D6D. Windows color (decimal): -1759828 or 11281893. OLE color: 11281893.

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

Color convert

RGB 229 37 172 -
CMYK 0 0.84 0.25 0.10
HSL 317.81º 0.79% 0.52% -
HSV(B) 317.81º 0.84% 0.9% -
XYZ 40.42 20.96 40.94 -
YUV 109.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 229 37 172 0 0.84 0.25 0.10 317.81 0.79 0.52
Hex E5 25 AC 0 54 19 A 13E 4F 34
Octal 345 45 254 0 124 31 12 476 117 64
Binary 11100101 100101 10101100 0 1010100 11001 1010 100111110 1001111 110100

Color Harmonies of #E525AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525AC

Black with #E525AC

Text Example


Text Example

White with #E525AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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