Html Css Color HEX #E527BA Spicy Pink

📋 copy color: '#E527BA'

red 229 ◦ green 39 ◦ blue 186

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

Shades of Spicy Pink #E527BA

Tints of Spicy Pink #E527BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.59%

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

R = 50.44%
G = 8.59%
B = 40.97%

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

#E527BA (or 0xE527BA) is known color: Spicy Pink. HEX triplet: E5, 27 and BA. RGB value is (229,39,186). Sum of RGB (Red+Green+Blue) = 229+39+186=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E527BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527BA is #1AD845. Grayscale: #707070. Windows color (decimal): -1759302 or 12199909. OLE color: 12199909.

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

Color convert

RGB 229 39 186 -
CMYK 0 0.83 0.19 0.10
HSL 313.58º 0.79% 0.53% -
HSV(B) 313.58º 0.83% 0.9% -
XYZ 41.9 21.65 48.43 -
YUV 112.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 229 39 186 0 0.83 0.19 0.10 313.58 0.79 0.53
Hex E5 27 BA 0 53 13 A 13A 4F 35
Octal 345 47 272 0 123 23 12 472 117 65
Binary 11100101 100111 10111010 0 1010011 10011 1010 100111010 1001111 110101

Color Harmonies of #E527BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527BA

Black with #E527BA

Text Example


Text Example

White with #E527BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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