Html Css Color HEX #E529B5 Spicy Pink

📋 copy color: '#E529B5'

red 229 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #E529B5

Tints of Spicy Pink #E529B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.13%

R = 50.78%
G = 9.09%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E529B5 (or 0xE529B5) is known color: Spicy Pink. HEX triplet: E5, 29 and B5. RGB value is (229,41,181). Sum of RGB (Red+Green+Blue) = 229+41+181=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E529B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529B5 is #1AD64A. Grayscale: #707070. Windows color (decimal): -1758795 or 11872741. OLE color: 11872741.

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

Color convert

RGB 229 41 181 -
CMYK 0 0.82 0.21 0.10
HSL 315.32º 0.78% 0.53% -
HSV(B) 315.32º 0.82% 0.9% -
XYZ 41.45 21.58 45.7 -
YUV 113.17 166.28 210.62 -
System Red Green Blue C M Y K H S L
Decimal 229 41 181 0 0.82 0.21 0.10 315.32 0.78 0.53
Hex E5 29 B5 0 52 15 A 13B 4E 35
Octal 345 51 265 0 122 25 12 473 116 65
Binary 11100101 101001 10110101 0 1010010 10101 1010 100111011 1001110 110101

Color Harmonies of #E529B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529B5

Black with #E529B5

Text Example


Text Example

White with #E529B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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