Html Css Color HEX #E528B4 Spicy Pink

📋 copy color: '#E528B4'

red 229 ◦ green 40 ◦ blue 180

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

Shades of Spicy Pink #E528B4

Tints of Spicy Pink #E528B4

RGB

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

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

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

R = 51%
G = 8.91%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E528B4 (or 0xE528B4) is known color: Spicy Pink. HEX triplet: E5, 28 and B4. RGB value is (229,40,180). Sum of RGB (Red+Green+Blue) = 229+40+180=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E528B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E528B4 is #1AD74B. Grayscale: #707070. Windows color (decimal): -1759052 or 11806949. OLE color: 11806949.

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

Color convert

RGB 229 40 180 -
CMYK 0 0.83 0.21 0.10
HSL 315.56º 0.78% 0.53% -
HSV(B) 315.56º 0.83% 0.9% -
XYZ 41.31 21.47 45.15 -
YUV 112.47 166.12 211.12 -
System Red Green Blue C M Y K H S L
Decimal 229 40 180 0 0.83 0.21 0.10 315.56 0.78 0.53
Hex E5 28 B4 0 53 15 A 13C 4E 35
Octal 345 50 264 0 123 25 12 474 116 65
Binary 11100101 101000 10110100 0 1010011 10101 1010 100111100 1001110 110101

Color Harmonies of #E528B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528B4

Black with #E528B4

Text Example


Text Example

White with #E528B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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