Html Css Color HEX #E52BB1 Spicy Pink

📋 copy color: '#E52BB1'

red 229 ◦ green 43 ◦ blue 177

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

Shades of Spicy Pink #E52BB1

Tints of Spicy Pink #E52BB1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

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

R = 51%
G = 9.58%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E52BB1 (or 0xE52BB1) is known color: Spicy Pink. HEX triplet: E5, 2B and B1. RGB value is (229,43,177). Sum of RGB (Red+Green+Blue) = 229+43+177=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BB1 is #1AD44E. Grayscale: #717171. Windows color (decimal): -1758287 or 11611109. OLE color: 11611109.

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

Color convert

RGB 229 43 177 -
CMYK 0 0.81 0.23 0.10
HSL 316.77º 0.78% 0.53% -
HSV(B) 316.77º 0.81% 0.9% -
XYZ 41.11 21.56 43.59 -
YUV 113.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 229 43 177 0 0.81 0.23 0.10 316.77 0.78 0.53
Hex E5 2B B1 0 51 17 A 13D 4E 35
Octal 345 53 261 0 121 27 12 475 116 65
Binary 11100101 101011 10110001 0 1010001 10111 1010 100111101 1001110 110101

Color Harmonies of #E52BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BB1

Black with #E52BB1

Text Example


Text Example

White with #E52BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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