Html Css Color HEX #E325AC Spicy Pink

📋 copy color: '#E325AC'

red 227 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #E325AC

Tints of Spicy Pink #E325AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 52.06%
G = 8.49%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E325AC (or 0xE325AC) is known color: Spicy Pink. HEX triplet: E3, 25 and AC. RGB value is (227,37,172). Sum of RGB (Red+Green+Blue) = 227+37+172=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E325AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325AC is #1CDA53. Grayscale: #6C6C6C. Windows color (decimal): -1890900 or 11281891. OLE color: 11281891.

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

Color convert

RGB 227 37 172 -
CMYK 0 0.84 0.24 0.11
HSL 317.37º 0.77% 0.52% -
HSV(B) 317.37º 0.84% 0.89% -
XYZ 39.79 20.63 40.92 -
YUV 109.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 227 37 172 0 0.84 0.24 0.11 317.37 0.77 0.52
Hex E3 25 AC 0 54 18 B 13D 4D 34
Octal 343 45 254 0 124 30 13 475 115 64
Binary 11100011 100101 10101100 0 1010100 11000 1011 100111101 1001101 110100

Color Harmonies of #E325AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325AC

Black with #E325AC

Text Example


Text Example

White with #E325AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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