Html Css Color HEX #E525BA Spicy Pink

📋 copy color: '#E525BA'

red 229 ◦ green 37 ◦ blue 186

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

Shades of Spicy Pink #E525BA

Tints of Spicy Pink #E525BA

RGB

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

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

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

R = 50.66%
G = 8.19%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E525BA (or 0xE525BA) is known color: Spicy Pink. HEX triplet: E5, 25 and BA. RGB value is (229,37,186). Sum of RGB (Red+Green+Blue) = 229+37+186=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E525BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E525BA is #1ADA45. Grayscale: #6E6E6E. Windows color (decimal): -1759814 or 12199397. OLE color: 12199397.

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

Color convert

RGB 229 37 186 -
CMYK 0 0.84 0.19 0.10
HSL 313.44º 0.79% 0.52% -
HSV(B) 313.44º 0.84% 0.9% -
XYZ 41.84 21.53 48.4 -
YUV 111.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 229 37 186 0 0.84 0.19 0.10 313.44 0.79 0.52
Hex E5 25 BA 0 54 13 A 139 4F 34
Octal 345 45 272 0 124 23 12 471 117 64
Binary 11100101 100101 10111010 0 1010100 10011 1010 100111001 1001111 110100

Color Harmonies of #E525BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525BA

Black with #E525BA

Text Example


Text Example

White with #E525BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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