Html Css Color HEX #E329AE Spicy Pink

📋 copy color: '#E329AE'

red 227 ◦ green 41 ◦ blue 174

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

Shades of Spicy Pink #E329AE

Tints of Spicy Pink #E329AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 51.36%
G = 9.28%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E329AE (or 0xE329AE) is known color: Spicy Pink. HEX triplet: E3, 29 and AE. RGB value is (227,41,174). Sum of RGB (Red+Green+Blue) = 227+41+174=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E329AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E329AE is #1CD651. Grayscale: #6F6F6F. Windows color (decimal): -1889874 or 11413987. OLE color: 11413987.

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

Color convert

RGB 227 41 174 -
CMYK 0 0.82 0.23 0.11
HSL 317.1º 0.77% 0.53% -
HSV(B) 317.1º 0.82% 0.89% -
XYZ 40.11 20.97 41.98 -
YUV 111.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 227 41 174 0 0.82 0.23 0.11 317.1 0.77 0.53
Hex E3 29 AE 0 52 17 B 13D 4D 35
Octal 343 51 256 0 122 27 13 475 115 65
Binary 11100011 101001 10101110 0 1010010 10111 1011 100111101 1001101 110101

Color Harmonies of #E329AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329AE

Black with #E329AE

Text Example


Text Example

White with #E329AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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