Html Css Color HEX #E529B4 Spicy Pink

📋 copy color: '#E529B4'

red 229 ◦ green 41 ◦ blue 180

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

Shades of Spicy Pink #E529B4

Tints of Spicy Pink #E529B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40%

R = 50.89%
G = 9.11%
B = 40%

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

#E529B4 (or 0xE529B4) is known color: Spicy Pink. HEX triplet: E5, 29 and B4. RGB value is (229,41,180). Sum of RGB (Red+Green+Blue) = 229+41+180=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E529B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529B4 is #1AD64B. Grayscale: #707070. Windows color (decimal): -1758796 or 11807205. OLE color: 11807205.

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

Color convert

RGB 229 41 180 -
CMYK 0 0.82 0.21 0.10
HSL 315.64º 0.78% 0.53% -
HSV(B) 315.64º 0.82% 0.9% -
XYZ 41.34 21.54 45.16 -
YUV 113.06 165.78 210.7 -
System Red Green Blue C M Y K H S L
Decimal 229 41 180 0 0.82 0.21 0.10 315.64 0.78 0.53
Hex E5 29 B4 0 52 15 A 13C 4E 35
Octal 345 51 264 0 122 25 12 474 116 65
Binary 11100101 101001 10110100 0 1010010 10101 1010 100111100 1001110 110101

Color Harmonies of #E529B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529B4

Black with #E529B4

Text Example


Text Example

White with #E529B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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