Html Css Color HEX #E528B1 Spicy Pink

📋 copy color: '#E528B1'

red 229 ◦ green 40 ◦ blue 177

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

Shades of Spicy Pink #E528B1

Tints of Spicy Pink #E528B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.97%

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

R = 51.35%
G = 8.97%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E528B1 (or 0xE528B1) is known color: Spicy Pink. HEX triplet: E5, 28 and B1. RGB value is (229,40,177). Sum of RGB (Red+Green+Blue) = 229+40+177=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E528B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E528B1 is #1AD74E. Grayscale: #6F6F6F. Windows color (decimal): -1759055 or 11610341. OLE color: 11610341.

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

Color convert

RGB 229 40 177 -
CMYK 0 0.83 0.23 0.10
HSL 316.51º 0.78% 0.53% -
HSV(B) 316.51º 0.83% 0.9% -
XYZ 41.01 21.35 43.55 -
YUV 112.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 229 40 177 0 0.83 0.23 0.10 316.51 0.78 0.53
Hex E5 28 B1 0 53 17 A 13D 4E 35
Octal 345 50 261 0 123 27 12 475 116 65
Binary 11100101 101000 10110001 0 1010011 10111 1010 100111101 1001110 110101

Color Harmonies of #E528B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528B1

Black with #E528B1

Text Example


Text Example

White with #E528B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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