Html Css Color HEX #E329B9 Spicy Pink

📋 copy color: '#E329B9'

red 227 ◦ green 41 ◦ blue 185

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

Shades of Spicy Pink #E329B9

Tints of Spicy Pink #E329B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 50.11%
G = 9.05%
B = 40.84%

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

#E329B9 (or 0xE329B9) is known color: Spicy Pink. HEX triplet: E3, 29 and B9. RGB value is (227,41,185). Sum of RGB (Red+Green+Blue) = 227+41+185=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E329B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329B9 is #1CD646. Grayscale: #707070. Windows color (decimal): -1889863 or 12134883. OLE color: 12134883.

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

Color convert

RGB 227 41 185 -
CMYK 0 0.82 0.19 0.11
HSL 313.55º 0.77% 0.53% -
HSV(B) 313.55º 0.82% 0.89% -
XYZ 41.23 21.42 47.86 -
YUV 113.03 168.62 209.29 -
System Red Green Blue C M Y K H S L
Decimal 227 41 185 0 0.82 0.19 0.11 313.55 0.77 0.53
Hex E3 29 B9 0 52 13 B 13A 4D 35
Octal 343 51 271 0 122 23 13 472 115 65
Binary 11100011 101001 10111001 0 1010010 10011 1011 100111010 1001101 110101

Color Harmonies of #E329B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329B9

Black with #E329B9

Text Example


Text Example

White with #E329B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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