Html Css Color HEX #E528BA Spicy Pink

📋 copy color: '#E528BA'

red 229 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #E528BA

Tints of Spicy Pink #E528BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 50.33%
G = 8.79%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E528BA (or 0xE528BA) is known color: Spicy Pink. HEX triplet: E5, 28 and BA. RGB value is (229,40,186). Sum of RGB (Red+Green+Blue) = 229+40+186=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E528BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528BA is #1AD745. Grayscale: #707070. Windows color (decimal): -1759046 or 12200165. OLE color: 12200165.

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

Color convert

RGB 229 40 186 -
CMYK 0 0.83 0.19 0.10
HSL 313.65º 0.78% 0.53% -
HSV(B) 313.65º 0.83% 0.9% -
XYZ 41.93 21.72 48.44 -
YUV 113.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 229 40 186 0 0.83 0.19 0.10 313.65 0.78 0.53
Hex E5 28 BA 0 53 13 A 13A 4E 35
Octal 345 50 272 0 123 23 12 472 116 65
Binary 11100101 101000 10111010 0 1010011 10011 1010 100111010 1001110 110101

Color Harmonies of #E528BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528BA

Black with #E528BA

Text Example


Text Example

White with #E528BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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