Html Css Color HEX #E329AD Spicy Pink

📋 copy color: '#E329AD'

red 227 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #E329AD

Tints of Spicy Pink #E329AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 51.47%
G = 9.3%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E329AD (or 0xE329AD) is known color: Spicy Pink. HEX triplet: E3, 29 and AD. RGB value is (227,41,173). Sum of RGB (Red+Green+Blue) = 227+41+173=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E329AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E329AD is #1CD652. Grayscale: #6F6F6F. Windows color (decimal): -1889875 or 11348451. OLE color: 11348451.

HSL color Cylindrical-coordinate representation of color #E329AD: hue angle of 317.42º 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 #E329AD is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 173 -
CMYK 0 0.82 0.24 0.11
HSL 317.42º 0.77% 0.53% -
HSV(B) 317.42º 0.82% 0.89% -
XYZ 40.01 20.93 41.47 -
YUV 111.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 227 41 173 0 0.82 0.24 0.11 317.42 0.77 0.53
Hex E3 29 AD 0 52 18 B 13D 4D 35
Octal 343 51 255 0 122 30 13 475 115 65
Binary 11100011 101001 10101101 0 1010010 11000 1011 100111101 1001101 110101

Color Harmonies of #E329AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329AD

Black with #E329AD

Text Example


Text Example

White with #E329AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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