Html Css Color HEX #E11FAC Spicy Pink

📋 copy color: '#E11FAC'

red 225 ◦ green 31 ◦ blue 172

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

Shades of Spicy Pink #E11FAC

Tints of Spicy Pink #E11FAC

RGB

 RED value IS 225 (88.28% from 255) = 52.57%

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

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

R = 52.57%
G = 7.24%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E11FAC (or 0xE11FAC) is known color: Spicy Pink. HEX triplet: E1, 1F and AC. RGB value is (225,31,172). Sum of RGB (Red+Green+Blue) = 225+31+172=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E11FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11FAC is #1EE053. Grayscale: #686868. Windows color (decimal): -2023508 or 11280353. OLE color: 11280353.

HSL color Cylindrical-coordinate representation of color #E11FAC: hue angle of 316.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11FAC is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 31 172 -
CMYK 0 0.86 0.24 0.12
HSL 316.39º 0.76% 0.5% -
HSV(B) 316.39º 0.86% 0.88% -
XYZ 38.99 19.97 40.83 -
YUV 105.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 225 31 172 0 0.86 0.24 0.12 316.39 0.76 0.5
Hex E1 1F AC 0 56 18 C 13C 4C 32
Octal 341 37 254 0 126 30 14 474 114 62
Binary 11100001 11111 10101100 0 1010110 11000 1100 100111100 1001100 110010

Color Harmonies of #E11FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11FAC

Black with #E11FAC

Text Example


Text Example

White with #E11FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11FAC; }

 p { color: rgb(225,31,172); }

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

background-color css

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

 a { background-color: rgb(225,31,172); }

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

border-color css

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

 span { border-color: rgb(225,31,172); }

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