Html Css Color HEX #E529B9 Spicy Pink

📋 copy color: '#E529B9'

red 229 ◦ green 41 ◦ blue 185

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

Shades of Spicy Pink #E529B9

Tints of Spicy Pink #E529B9

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.01%

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

R = 50.33%
G = 9.01%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E529B9 (or 0xE529B9) is known color: Spicy Pink. HEX triplet: E5, 29 and B9. RGB value is (229,41,185). Sum of RGB (Red+Green+Blue) = 229+41+185=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E529B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529B9 is #1AD646. Grayscale: #717171. Windows color (decimal): -1758791 or 12134885. OLE color: 12134885.

HSL color Cylindrical-coordinate representation of color #E529B9: hue angle of 314.04º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529B9 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 185 -
CMYK 0 0.82 0.19 0.10
HSL 314.04º 0.78% 0.53% -
HSV(B) 314.04º 0.82% 0.9% -
XYZ 41.86 21.75 47.89 -
YUV 113.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 229 41 185 0 0.82 0.19 0.10 314.04 0.78 0.53
Hex E5 29 B9 0 52 13 A 13A 4E 35
Octal 345 51 271 0 122 23 12 472 116 65
Binary 11100101 101001 10111001 0 1010010 10011 1010 100111010 1001110 110101

Color Harmonies of #E529B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529B9

Black with #E529B9

Text Example


Text Example

White with #E529B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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