Html Css Color HEX #E529B6 Spicy Pink

📋 copy color: '#E529B6'

red 229 ◦ green 41 ◦ blue 182

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

Shades of Spicy Pink #E529B6

Tints of Spicy Pink #E529B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 50.66%
G = 9.07%
B = 40.27%

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

#E529B6 (or 0xE529B6) is known color: Spicy Pink. HEX triplet: E5, 29 and B6. RGB value is (229,41,182). Sum of RGB (Red+Green+Blue) = 229+41+182=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E529B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529B6 is #1AD649. Grayscale: #707070. Windows color (decimal): -1758794 or 11938277. OLE color: 11938277.

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

Color convert

RGB 229 41 182 -
CMYK 0 0.82 0.21 0.10
HSL 315º 0.78% 0.53% -
HSV(B) 315º 0.82% 0.9% -
XYZ 41.55 21.62 46.24 -
YUV 113.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 229 41 182 0 0.82 0.21 0.10 315 0.78 0.53
Hex E5 29 B6 0 52 15 A 13B 4E 35
Octal 345 51 266 0 122 25 12 473 116 65
Binary 11100101 101001 10110110 0 1010010 10101 1010 100111011 1001110 110101

Color Harmonies of #E529B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529B6

Black with #E529B6

Text Example


Text Example

White with #E529B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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