Html Css Color HEX #E31CAC Spicy Pink

📋 copy color: '#E31CAC'

red 227 ◦ green 28 ◦ blue 172

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

Shades of Spicy Pink #E31CAC

Tints of Spicy Pink #E31CAC

RGB

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

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

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

R = 53.16%
G = 6.56%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E31CAC (or 0xE31CAC) is known color: Spicy Pink. HEX triplet: E3, 1C and AC. RGB value is (227,28,172). Sum of RGB (Red+Green+Blue) = 227+28+172=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31CAC is #1CE353. Grayscale: #676767. Windows color (decimal): -1893204 or 11279587. OLE color: 11279587.

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

Color convert

RGB 227 28 172 -
CMYK 0 0.88 0.24 0.11
HSL 316.58º 0.78% 0.5% -
HSV(B) 316.58º 0.88% 0.89% -
XYZ 39.54 20.14 40.83 -
YUV 103.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 227 28 172 0 0.88 0.24 0.11 316.58 0.78 0.5
Hex E3 1C AC 0 58 18 B 13D 4E 32
Octal 343 34 254 0 130 30 13 475 116 62
Binary 11100011 11100 10101100 0 1011000 11000 1011 100111101 1001110 110010

Color Harmonies of #E31CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CAC

Black with #E31CAC

Text Example


Text Example

White with #E31CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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