Html Css Color HEX #E524B0 Spicy Pink

📋 copy color: '#E524B0'

red 229 ◦ green 36 ◦ blue 176

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

Shades of Spicy Pink #E524B0

Tints of Spicy Pink #E524B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 51.93%
G = 8.16%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E524B0 (or 0xE524B0) is known color: Spicy Pink. HEX triplet: E5, 24 and B0. RGB value is (229,36,176). Sum of RGB (Red+Green+Blue) = 229+36+176=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E524B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E524B0 is #1ADB4F. Grayscale: #6D6D6D. Windows color (decimal): -1760080 or 11543781. OLE color: 11543781.

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

Color convert

RGB 229 36 176 -
CMYK 0 0.84 0.23 0.10
HSL 316.48º 0.79% 0.52% -
HSV(B) 316.48º 0.84% 0.9% -
XYZ 40.78 21.05 42.99 -
YUV 109.67 165.44 213.12 -
System Red Green Blue C M Y K H S L
Decimal 229 36 176 0 0.84 0.23 0.10 316.48 0.79 0.52
Hex E5 24 B0 0 54 17 A 13C 4F 34
Octal 345 44 260 0 124 27 12 474 117 64
Binary 11100101 100100 10110000 0 1010100 10111 1010 100111100 1001111 110100

Color Harmonies of #E524B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524B0

Black with #E524B0

Text Example


Text Example

White with #E524B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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