Html Css Color HEX #E31AAC Spicy Pink

📋 copy color: '#E31AAC'

red 227 ◦ green 26 ◦ blue 172

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

Shades of Spicy Pink #E31AAC

Tints of Spicy Pink #E31AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.12%

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

R = 53.41%
G = 6.12%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E31AAC (or 0xE31AAC) is known color: Spicy Pink. HEX triplet: E3, 1A and AC. RGB value is (227,26,172). Sum of RGB (Red+Green+Blue) = 227+26+172=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E31AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31AAC is #1CE553. Grayscale: #666666. Windows color (decimal): -1893716 or 11279075. OLE color: 11279075.

HSL color Cylindrical-coordinate representation of color #E31AAC: hue angle of 316.42º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31AAC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 26 172 -
CMYK 0 0.89 0.24 0.11
HSL 316.42º 0.79% 0.5% -
HSV(B) 316.42º 0.89% 0.89% -
XYZ 39.49 20.05 40.82 -
YUV 102.74 167.09 216.63 -
System Red Green Blue C M Y K H S L
Decimal 227 26 172 0 0.89 0.24 0.11 316.42 0.79 0.5
Hex E3 1A AC 0 59 18 B 13C 4F 32
Octal 343 32 254 0 131 30 13 474 117 62
Binary 11100011 11010 10101100 0 1011001 11000 1011 100111100 1001111 110010

Color Harmonies of #E31AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31AAC

Black with #E31AAC

Text Example


Text Example

White with #E31AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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