Html Css Color HEX #E31AAB Spicy Pink

📋 copy color: '#E31AAB'

red 227 ◦ green 26 ◦ blue 171

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

Shades of Spicy Pink #E31AAB

Tints of Spicy Pink #E31AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 53.54%
G = 6.13%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E31AAB (or 0xE31AAB) is known color: Spicy Pink. HEX triplet: E3, 1A and AB. RGB value is (227,26,171). Sum of RGB (Red+Green+Blue) = 227+26+171=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E31AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31AAB is #1CE554. Grayscale: #666666. Windows color (decimal): -1893717 or 11213539. OLE color: 11213539.

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

Color convert

RGB 227 26 171 -
CMYK 0 0.89 0.25 0.11
HSL 316.72º 0.79% 0.5% -
HSV(B) 316.72º 0.89% 0.89% -
XYZ 39.4 20.01 40.31 -
YUV 102.63 166.59 216.71 -
System Red Green Blue C M Y K H S L
Decimal 227 26 171 0 0.89 0.25 0.11 316.72 0.79 0.5
Hex E3 1A AB 0 59 19 B 13D 4F 32
Octal 343 32 253 0 131 31 13 475 117 62
Binary 11100011 11010 10101011 0 1011001 11001 1011 100111101 1001111 110010

Color Harmonies of #E31AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31AAB

Black with #E31AAB

Text Example


Text Example

White with #E31AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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