Html Css Color HEX #E41FAC Spicy Pink

📋 copy color: '#E41FAC'

red 228 ◦ green 31 ◦ blue 172

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

Shades of Spicy Pink #E41FAC

Tints of Spicy Pink #E41FAC

RGB

 RED value IS 228 (89.45% from 255) = 52.9%

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

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

R = 52.9%
G = 7.19%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E41FAC (or 0xE41FAC) is known color: Spicy Pink. HEX triplet: E4, 1F and AC. RGB value is (228,31,172). Sum of RGB (Red+Green+Blue) = 228+31+172=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41FAC is #1BE053. Grayscale: #696969. Windows color (decimal): -1826900 or 11280356. OLE color: 11280356.

HSL color Cylindrical-coordinate representation of color #E41FAC: hue angle of 317.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 #E41FAC is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 31 172 -
CMYK 0 0.86 0.25 0.11
HSL 317.06º 0.78% 0.51% -
HSV(B) 317.06º 0.86% 0.89% -
XYZ 39.93 20.45 40.87 -
YUV 105.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 228 31 172 0 0.86 0.25 0.11 317.06 0.78 0.51
Hex E4 1F AC 0 56 19 B 13D 4E 33
Octal 344 37 254 0 126 31 13 475 116 63
Binary 11100100 11111 10101100 0 1010110 11001 1011 100111101 1001110 110011

Color Harmonies of #E41FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FAC

Black with #E41FAC

Text Example


Text Example

White with #E41FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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