Html Css Color HEX #E324AA Spicy Pink

📋 copy color: '#E324AA'

red 227 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #E324AA

Tints of Spicy Pink #E324AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.31%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 52.42%
G = 8.31%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E324AA (or 0xE324AA) is known color: Spicy Pink. HEX triplet: E3, 24 and AA. RGB value is (227,36,170). Sum of RGB (Red+Green+Blue) = 227+36+170=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E324AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E324AA is #1CDB55. Grayscale: #6C6C6C. Windows color (decimal): -1891158 or 11150563. OLE color: 11150563.

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

Color convert

RGB 227 36 170 -
CMYK 0 0.84 0.25 0.11
HSL 317.91º 0.77% 0.52% -
HSV(B) 317.91º 0.84% 0.89% -
XYZ 39.57 20.49 39.9 -
YUV 108.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 227 36 170 0 0.84 0.25 0.11 317.91 0.77 0.52
Hex E3 24 AA 0 54 19 B 13E 4D 34
Octal 343 44 252 0 124 31 13 476 115 64
Binary 11100011 100100 10101010 0 1010100 11001 1011 100111110 1001101 110100

Color Harmonies of #E324AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E324AA

Black with #E324AA

Text Example


Text Example

White with #E324AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E324AA; }

 p { color: rgb(227,36,170); }

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

background-color css

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

 a { background-color: rgb(227,36,170); }

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

border-color css

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

 span { border-color: rgb(227,36,170); }

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