Html Css Color HEX #E329AF Spicy Pink

📋 copy color: '#E329AF'

red 227 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #E329AF

Tints of Spicy Pink #E329AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 51.24%
G = 9.26%
B = 39.5%

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

#E329AF (or 0xE329AF) is known color: Spicy Pink. HEX triplet: E3, 29 and AF. RGB value is (227,41,175). Sum of RGB (Red+Green+Blue) = 227+41+175=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E329AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E329AF is #1CD650. Grayscale: #6F6F6F. Windows color (decimal): -1889873 or 11479523. OLE color: 11479523.

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

Color convert

RGB 227 41 175 -
CMYK 0 0.82 0.23 0.11
HSL 316.77º 0.77% 0.53% -
HSV(B) 316.77º 0.82% 0.89% -
XYZ 40.21 21.01 42.49 -
YUV 111.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 227 41 175 0 0.82 0.23 0.11 316.77 0.77 0.53
Hex E3 29 AF 0 52 17 B 13D 4D 35
Octal 343 51 257 0 122 27 13 475 115 65
Binary 11100011 101001 10101111 0 1010010 10111 1011 100111101 1001101 110101

Color Harmonies of #E329AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329AF

Black with #E329AF

Text Example


Text Example

White with #E329AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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