Html Css Color HEX #E521B3 Spicy Pink

📋 copy color: '#E521B3'

red 229 ◦ green 33 ◦ blue 179

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

Shades of Spicy Pink #E521B3

Tints of Spicy Pink #E521B3

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.48%

 BLUE value IS 179 (70.31% from 255) = 40.59%

R = 51.93%
G = 7.48%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E521B3 (or 0xE521B3) is known color: Spicy Pink. HEX triplet: E5, 21 and B3. RGB value is (229,33,179). Sum of RGB (Red+Green+Blue) = 229+33+179=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E521B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521B3 is #1ADE4C. Grayscale: #6B6B6B. Windows color (decimal): -1760845 or 11739621. OLE color: 11739621.

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

Color convert

RGB 229 33 179 -
CMYK 0 0.86 0.22 0.10
HSL 315.31º 0.79% 0.51% -
HSV(B) 315.31º 0.86% 0.9% -
XYZ 40.99 21 44.54 -
YUV 108.25 167.93 214.13 -
System Red Green Blue C M Y K H S L
Decimal 229 33 179 0 0.86 0.22 0.10 315.31 0.79 0.51
Hex E5 21 B3 0 56 16 A 13B 4F 33
Octal 345 41 263 0 126 26 12 473 117 63
Binary 11100101 100001 10110011 0 1010110 10110 1010 100111011 1001111 110011

Color Harmonies of #E521B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521B3

Black with #E521B3

Text Example


Text Example

White with #E521B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521B3; }

 p { color: rgb(229,33,179); }

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

background-color css

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

 a { background-color: rgb(229,33,179); }

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

border-color css

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

 span { border-color: rgb(229,33,179); }

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