Html Css Color HEX #E329B6 Spicy Pink

📋 copy color: '#E329B6'

red 227 ◦ green 41 ◦ blue 182

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

Shades of Spicy Pink #E329B6

Tints of Spicy Pink #E329B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 50.44%
G = 9.11%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E329B6 (or 0xE329B6) is known color: Spicy Pink. HEX triplet: E3, 29 and B6. RGB value is (227,41,182). Sum of RGB (Red+Green+Blue) = 227+41+182=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E329B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329B6 is #1CD649. Grayscale: #707070. Windows color (decimal): -1889866 or 11938275. OLE color: 11938275.

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

Color convert

RGB 227 41 182 -
CMYK 0 0.82 0.20 0.11
HSL 314.52º 0.77% 0.53% -
HSV(B) 314.52º 0.82% 0.89% -
XYZ 40.91 21.29 46.21 -
YUV 112.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 227 41 182 0 0.82 0.20 0.11 314.52 0.77 0.53
Hex E3 29 B6 0 52 14 B 13B 4D 35
Octal 343 51 266 0 122 24 13 473 115 65
Binary 11100011 101001 10110110 0 1010010 10100 1011 100111011 1001101 110101

Color Harmonies of #E329B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329B6

Black with #E329B6

Text Example


Text Example

White with #E329B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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