Html Css Color HEX #E524AB Spicy Pink

📋 copy color: '#E524AB'

red 229 ◦ green 36 ◦ blue 171

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

Shades of Spicy Pink #E524AB

Tints of Spicy Pink #E524AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 52.52%
G = 8.26%
B = 39.22%

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

#E524AB (or 0xE524AB) is known color: Spicy Pink. HEX triplet: E5, 24 and AB. RGB value is (229,36,171). Sum of RGB (Red+Green+Blue) = 229+36+171=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E524AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E524AB is #1ADB54. Grayscale: #6C6C6C. Windows color (decimal): -1760085 or 11216101. OLE color: 11216101.

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

Color convert

RGB 229 36 171 -
CMYK 0 0.84 0.25 0.10
HSL 318.03º 0.79% 0.52% -
HSV(B) 318.03º 0.84% 0.9% -
XYZ 40.29 20.86 40.43 -
YUV 109.1 162.94 213.52 -
System Red Green Blue C M Y K H S L
Decimal 229 36 171 0 0.84 0.25 0.10 318.03 0.79 0.52
Hex E5 24 AB 0 54 19 A 13E 4F 34
Octal 345 44 253 0 124 31 12 476 117 64
Binary 11100101 100100 10101011 0 1010100 11001 1010 100111110 1001111 110100

Color Harmonies of #E524AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524AB

Black with #E524AB

Text Example


Text Example

White with #E524AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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