Html Css Color HEX #E527B2 Spicy Pink

📋 copy color: '#E527B2'

red 229 ◦ green 39 ◦ blue 178

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

Shades of Spicy Pink #E527B2

Tints of Spicy Pink #E527B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 51.35%
G = 8.74%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E527B2 (or 0xE527B2) is known color: Spicy Pink. HEX triplet: E5, 27 and B2. RGB value is (229,39,178). Sum of RGB (Red+Green+Blue) = 229+39+178=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 39 (15.62% from 255 or 8.74% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E527B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E527B2 is #1AD84D. Grayscale: #6F6F6F. Windows color (decimal): -1759310 or 11675621. OLE color: 11675621.

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

Color convert

RGB 229 39 178 -
CMYK 0 0.83 0.22 0.10
HSL 316.11º 0.79% 0.53% -
HSV(B) 316.11º 0.83% 0.9% -
XYZ 41.07 21.32 44.07 -
YUV 111.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 229 39 178 0 0.83 0.22 0.10 316.11 0.79 0.53
Hex E5 27 B2 0 53 16 A 13C 4F 35
Octal 345 47 262 0 123 26 12 474 117 65
Binary 11100101 100111 10110010 0 1010011 10110 1010 100111100 1001111 110101

Color Harmonies of #E527B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527B2

Black with #E527B2

Text Example


Text Example

White with #E527B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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