Html Css Color HEX #E529B1 Spicy Pink

📋 copy color: '#E529B1'

red 229 ◦ green 41 ◦ blue 177

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

Shades of Spicy Pink #E529B1

Tints of Spicy Pink #E529B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 51.23%
G = 9.17%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E529B1 (or 0xE529B1) is known color: Spicy Pink. HEX triplet: E5, 29 and B1. RGB value is (229,41,177). Sum of RGB (Red+Green+Blue) = 229+41+177=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E529B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E529B1 is #1AD64E. Grayscale: #707070. Windows color (decimal): -1758799 or 11610597. OLE color: 11610597.

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

Color convert

RGB 229 41 177 -
CMYK 0 0.82 0.23 0.10
HSL 316.6º 0.78% 0.53% -
HSV(B) 316.6º 0.82% 0.9% -
XYZ 41.04 21.42 43.57 -
YUV 112.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 229 41 177 0 0.82 0.23 0.10 316.6 0.78 0.53
Hex E5 29 B1 0 52 17 A 13D 4E 35
Octal 345 51 261 0 122 27 12 475 116 65
Binary 11100101 101001 10110001 0 1010010 10111 1010 100111101 1001110 110101

Color Harmonies of #E529B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529B1

Black with #E529B1

Text Example


Text Example

White with #E529B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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