Html Css Color HEX #E328BA Spicy Pink

📋 copy color: '#E328BA'

red 227 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #E328BA

Tints of Spicy Pink #E328BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.83%

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 50.11%
G = 8.83%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E328BA (or 0xE328BA) is known color: Spicy Pink. HEX triplet: E3, 28 and BA. RGB value is (227,40,186). Sum of RGB (Red+Green+Blue) = 227+40+186=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E328BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328BA is #1CD745. Grayscale: #707070. Windows color (decimal): -1890118 or 12200163. OLE color: 12200163.

HSL color Cylindrical-coordinate representation of color #E328BA: hue angle of 313.16º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328BA is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 40 186 -
CMYK 0 0.82 0.18 0.11
HSL 313.16º 0.77% 0.52% -
HSV(B) 313.16º 0.82% 0.89% -
XYZ 41.3 21.39 48.41 -
YUV 112.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 227 40 186 0 0.82 0.18 0.11 313.16 0.77 0.52
Hex E3 28 BA 0 52 12 B 139 4D 34
Octal 343 50 272 0 122 22 13 471 115 64
Binary 11100011 101000 10111010 0 1010010 10010 1011 100111001 1001101 110100

Color Harmonies of #E328BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328BA

Black with #E328BA

Text Example


Text Example

White with #E328BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328BA; }

 p { color: rgb(227,40,186); }

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

background-color css

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

 a { background-color: rgb(227,40,186); }

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

border-color css

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

 span { border-color: rgb(227,40,186); }

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