Html Css Color HEX #E31AAE Spicy Pink

📋 copy color: '#E31AAE'

red 227 ◦ green 26 ◦ blue 174

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

Shades of Spicy Pink #E31AAE

Tints of Spicy Pink #E31AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 53.16%
G = 6.09%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E31AAE (or 0xE31AAE) is known color: Spicy Pink. HEX triplet: E3, 1A and AE. RGB value is (227,26,174). Sum of RGB (Red+Green+Blue) = 227+26+174=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E31AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31AAE is #1CE551. Grayscale: #666666. Windows color (decimal): -1893714 or 11410147. OLE color: 11410147.

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

Color convert

RGB 227 26 174 -
CMYK 0 0.89 0.23 0.11
HSL 315.82º 0.79% 0.5% -
HSV(B) 315.82º 0.89% 0.89% -
XYZ 39.69 20.13 41.84 -
YUV 102.97 168.09 216.47 -
System Red Green Blue C M Y K H S L
Decimal 227 26 174 0 0.89 0.23 0.11 315.82 0.79 0.5
Hex E3 1A AE 0 59 17 B 13C 4F 32
Octal 343 32 256 0 131 27 13 474 117 62
Binary 11100011 11010 10101110 0 1011001 10111 1011 100111100 1001111 110010

Color Harmonies of #E31AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31AAE

Black with #E31AAE

Text Example


Text Example

White with #E31AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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