Html Css Color HEX #E525B1 Spicy Pink

📋 copy color: '#E525B1'

red 229 ◦ green 37 ◦ blue 177

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

Shades of Spicy Pink #E525B1

Tints of Spicy Pink #E525B1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.35%

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

R = 51.69%
G = 8.35%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E525B1 (or 0xE525B1) is known color: Spicy Pink. HEX triplet: E5, 25 and B1. RGB value is (229,37,177). Sum of RGB (Red+Green+Blue) = 229+37+177=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E525B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525B1 is #1ADA4E. Grayscale: #6E6E6E. Windows color (decimal): -1759823 or 11609573. OLE color: 11609573.

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

Color convert

RGB 229 37 177 -
CMYK 0 0.84 0.23 0.10
HSL 316.25º 0.79% 0.52% -
HSV(B) 316.25º 0.84% 0.9% -
XYZ 40.91 21.16 43.52 -
YUV 110.37 165.61 212.62 -
System Red Green Blue C M Y K H S L
Decimal 229 37 177 0 0.84 0.23 0.10 316.25 0.79 0.52
Hex E5 25 B1 0 54 17 A 13C 4F 34
Octal 345 45 261 0 124 27 12 474 117 64
Binary 11100101 100101 10110001 0 1010100 10111 1010 100111100 1001111 110100

Color Harmonies of #E525B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525B1

Black with #E525B1

Text Example


Text Example

White with #E525B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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