Html Css Color HEX #E41FA8 Spicy Pink

📋 copy color: '#E41FA8'

red 228 ◦ green 31 ◦ blue 168

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

Shades of Spicy Pink #E41FA8

Tints of Spicy Pink #E41FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.34%

R = 53.4%
G = 7.26%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E41FA8 (or 0xE41FA8) is known color: Spicy Pink. HEX triplet: E4, 1F and A8. RGB value is (228,31,168). Sum of RGB (Red+Green+Blue) = 228+31+168=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41FA8 is #1BE057. Grayscale: #696969. Windows color (decimal): -1826904 or 11018212. OLE color: 11018212.

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

Color convert

RGB 228 31 168 -
CMYK 0 0.86 0.26 0.11
HSL 318.27º 0.78% 0.51% -
HSV(B) 318.27º 0.86% 0.89% -
XYZ 39.55 20.3 38.88 -
YUV 105.52 163.27 215.36 -
System Red Green Blue C M Y K H S L
Decimal 228 31 168 0 0.86 0.26 0.11 318.27 0.78 0.51
Hex E4 1F A8 0 56 1A B 13E 4E 33
Octal 344 37 250 0 126 32 13 476 116 63
Binary 11100100 11111 10101000 0 1010110 11010 1011 100111110 1001110 110011

Color Harmonies of #E41FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FA8

Black with #E41FA8

Text Example


Text Example

White with #E41FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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