Html Css Color HEX #E524B9 Spicy Pink

📋 copy color: '#E524B9'

red 229 ◦ green 36 ◦ blue 185

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

Shades of Spicy Pink #E524B9

Tints of Spicy Pink #E524B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 50.89%
G = 8%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E524B9 (or 0xE524B9) is known color: Spicy Pink. HEX triplet: E5, 24 and B9. RGB value is (229,36,185). Sum of RGB (Red+Green+Blue) = 229+36+185=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E524B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524B9 is #1ADB46. Grayscale: #6E6E6E. Windows color (decimal): -1760071 or 12133605. OLE color: 12133605.

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

Color convert

RGB 229 36 185 -
CMYK 0 0.84 0.19 0.10
HSL 313.68º 0.79% 0.52% -
HSV(B) 313.68º 0.84% 0.9% -
XYZ 41.7 21.42 47.84 -
YUV 110.69 169.94 212.38 -
System Red Green Blue C M Y K H S L
Decimal 229 36 185 0 0.84 0.19 0.10 313.68 0.79 0.52
Hex E5 24 B9 0 54 13 A 13A 4F 34
Octal 345 44 271 0 124 23 12 472 117 64
Binary 11100101 100100 10111001 0 1010100 10011 1010 100111010 1001111 110100

Color Harmonies of #E524B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524B9

Black with #E524B9

Text Example


Text Example

White with #E524B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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