Html Css Color HEX #E329B7 Spicy Pink

📋 copy color: '#E329B7'

red 227 ◦ green 41 ◦ blue 183

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

Shades of Spicy Pink #E329B7

Tints of Spicy Pink #E329B7

RGB

 RED value IS 227 (89.06% from 255) = 50.33%

 GREEN value IS 41 (16.41% from 255) = 9.09%

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 50.33%
G = 9.09%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E329B7 (or 0xE329B7) is known color: Spicy Pink. HEX triplet: E3, 29 and B7. RGB value is (227,41,183). Sum of RGB (Red+Green+Blue) = 227+41+183=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E329B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329B7 is #1CD648. Grayscale: #707070. Windows color (decimal): -1889865 or 12003811. OLE color: 12003811.

HSL color Cylindrical-coordinate representation of color #E329B7: hue angle of 314.19º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329B7 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 183 -
CMYK 0 0.82 0.19 0.11
HSL 314.19º 0.77% 0.53% -
HSV(B) 314.19º 0.82% 0.89% -
XYZ 41.02 21.34 46.76 -
YUV 112.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 227 41 183 0 0.82 0.19 0.11 314.19 0.77 0.53
Hex E3 29 B7 0 52 13 B 13A 4D 35
Octal 343 51 267 0 122 23 13 472 115 65
Binary 11100011 101001 10110111 0 1010010 10011 1011 100111010 1001101 110101

Color Harmonies of #E329B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329B7

Black with #E329B7

Text Example


Text Example

White with #E329B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329B7; }

 p { color: rgb(227,41,183); }

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

background-color css

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

 a { background-color: rgb(227,41,183); }

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

border-color css

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

 span { border-color: rgb(227,41,183); }

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