Html Css Color HEX #E325AA Spicy Pink

📋 copy color: '#E325AA'

red 227 ◦ green 37 ◦ blue 170

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

Shades of Spicy Pink #E325AA

Tints of Spicy Pink #E325AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.53%

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

R = 52.3%
G = 8.53%
B = 39.17%

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

#E325AA (or 0xE325AA) is known color: Spicy Pink. HEX triplet: E3, 25 and AA. RGB value is (227,37,170). Sum of RGB (Red+Green+Blue) = 227+37+170=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E325AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325AA is #1CDA55. Grayscale: #6C6C6C. Windows color (decimal): -1890902 or 11150819. OLE color: 11150819.

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

Color convert

RGB 227 37 170 -
CMYK 0 0.84 0.25 0.11
HSL 318º 0.77% 0.52% -
HSV(B) 318º 0.84% 0.89% -
XYZ 39.6 20.56 39.91 -
YUV 108.97 162.45 212.19 -
System Red Green Blue C M Y K H S L
Decimal 227 37 170 0 0.84 0.25 0.11 318 0.77 0.52
Hex E3 25 AA 0 54 19 B 13E 4D 34
Octal 343 45 252 0 124 31 13 476 115 64
Binary 11100011 100101 10101010 0 1010100 11001 1011 100111110 1001101 110100

Color Harmonies of #E325AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325AA

Black with #E325AA

Text Example


Text Example

White with #E325AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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