Html Css Color HEX #E31CAB Spicy Pink

📋 copy color: '#E31CAB'

red 227 ◦ green 28 ◦ blue 171

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

Shades of Spicy Pink #E31CAB

Tints of Spicy Pink #E31CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.57%

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

R = 53.29%
G = 6.57%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E31CAB (or 0xE31CAB) is known color: Spicy Pink. HEX triplet: E3, 1C and AB. RGB value is (227,28,171). Sum of RGB (Red+Green+Blue) = 227+28+171=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31CAB is #1CE354. Grayscale: #676767. Windows color (decimal): -1893205 or 11214051. OLE color: 11214051.

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

Color convert

RGB 227 28 171 -
CMYK 0 0.88 0.25 0.11
HSL 316.88º 0.78% 0.5% -
HSV(B) 316.88º 0.88% 0.89% -
XYZ 39.44 20.1 40.33 -
YUV 103.8 165.93 215.87 -
System Red Green Blue C M Y K H S L
Decimal 227 28 171 0 0.88 0.25 0.11 316.88 0.78 0.5
Hex E3 1C AB 0 58 19 B 13D 4E 32
Octal 343 34 253 0 130 31 13 475 116 62
Binary 11100011 11100 10101011 0 1011000 11001 1011 100111101 1001110 110010

Color Harmonies of #E31CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CAB

Black with #E31CAB

Text Example


Text Example

White with #E31CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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