Html Css Color HEX #E31BAC Spicy Pink

📋 copy color: '#E31BAC'

red 227 ◦ green 27 ◦ blue 172

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

Shades of Spicy Pink #E31BAC

Tints of Spicy Pink #E31BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.34%

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

R = 53.29%
G = 6.34%
B = 40.38%

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

#E31BAC (or 0xE31BAC) is known color: Spicy Pink. HEX triplet: E3, 1B and AC. RGB value is (227,27,172). Sum of RGB (Red+Green+Blue) = 227+27+172=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31BAC is #1CE453. Grayscale: #666666. Windows color (decimal): -1893460 or 11279331. OLE color: 11279331.

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

Color convert

RGB 227 27 172 -
CMYK 0 0.88 0.24 0.11
HSL 316.5º 0.79% 0.5% -
HSV(B) 316.5º 0.88% 0.89% -
XYZ 39.52 20.09 40.83 -
YUV 103.33 166.76 216.21 -
System Red Green Blue C M Y K H S L
Decimal 227 27 172 0 0.88 0.24 0.11 316.5 0.79 0.5
Hex E3 1B AC 0 58 18 B 13C 4F 32
Octal 343 33 254 0 130 30 13 474 117 62
Binary 11100011 11011 10101100 0 1011000 11000 1011 100111100 1001111 110010

Color Harmonies of #E31BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31BAC

Black with #E31BAC

Text Example


Text Example

White with #E31BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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