Html Css Color HEX #E329B4 Spicy Pink

📋 copy color: '#E329B4'

red 227 ◦ green 41 ◦ blue 180

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

Shades of Spicy Pink #E329B4

Tints of Spicy Pink #E329B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 50.67%
G = 9.15%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E329B4 (or 0xE329B4) is known color: Spicy Pink. HEX triplet: E3, 29 and B4. RGB value is (227,41,180). Sum of RGB (Red+Green+Blue) = 227+41+180=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E329B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329B4 is #1CD64B. Grayscale: #707070. Windows color (decimal): -1889868 or 11807203. OLE color: 11807203.

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

Color convert

RGB 227 41 180 -
CMYK 0 0.82 0.21 0.11
HSL 315.16º 0.77% 0.53% -
HSV(B) 315.16º 0.82% 0.89% -
XYZ 40.71 21.21 45.13 -
YUV 112.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 227 41 180 0 0.82 0.21 0.11 315.16 0.77 0.53
Hex E3 29 B4 0 52 15 B 13B 4D 35
Octal 343 51 264 0 122 25 13 473 115 65
Binary 11100011 101001 10110100 0 1010010 10101 1011 100111011 1001101 110101

Color Harmonies of #E329B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329B4

Black with #E329B4

Text Example


Text Example

White with #E329B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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