Html Css Color HEX #E31FA8 Spicy Pink

📋 copy color: '#E31FA8'

red 227 ◦ green 31 ◦ blue 168

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

Shades of Spicy Pink #E31FA8

Tints of Spicy Pink #E31FA8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 53.29%
G = 7.28%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E31FA8 (or 0xE31FA8) is known color: Spicy Pink. HEX triplet: E3, 1F and A8. RGB value is (227,31,168). Sum of RGB (Red+Green+Blue) = 227+31+168=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31FA8 is #1CE057. Grayscale: #686868. Windows color (decimal): -1892440 or 11018211. OLE color: 11018211.

HSL color Cylindrical-coordinate representation of color #E31FA8: hue angle of 318.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FA8 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 31 168 -
CMYK 0 0.86 0.26 0.11
HSL 318.06º 0.78% 0.51% -
HSV(B) 318.06º 0.86% 0.89% -
XYZ 39.24 20.14 38.86 -
YUV 105.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 227 31 168 0 0.86 0.26 0.11 318.06 0.78 0.51
Hex E3 1F A8 0 56 1A B 13E 4E 33
Octal 343 37 250 0 126 32 13 476 116 63
Binary 11100011 11111 10101000 0 1010110 11010 1011 100111110 1001110 110011

Color Harmonies of #E31FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FA8

Black with #E31FA8

Text Example


Text Example

White with #E31FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FA8; }

 p { color: rgb(227,31,168); }

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

background-color css

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

 a { background-color: rgb(227,31,168); }

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

border-color css

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

 span { border-color: rgb(227,31,168); }

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