Html Css Color HEX #E41FAA Spicy Pink

📋 copy color: '#E41FAA'

red 228 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #E41FAA

Tints of Spicy Pink #E41FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 53.15%
G = 7.23%
B = 39.63%

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

#E41FAA (or 0xE41FAA) is known color: Spicy Pink. HEX triplet: E4, 1F and AA. RGB value is (228,31,170). Sum of RGB (Red+Green+Blue) = 228+31+170=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41FAA is #1BE055. Grayscale: #696969. Windows color (decimal): -1826902 or 11149284. OLE color: 11149284.

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

Color convert

RGB 228 31 170 -
CMYK 0 0.86 0.25 0.11
HSL 317.67º 0.78% 0.51% -
HSV(B) 317.67º 0.86% 0.89% -
XYZ 39.74 20.38 39.87 -
YUV 105.75 164.27 215.2 -
System Red Green Blue C M Y K H S L
Decimal 228 31 170 0 0.86 0.25 0.11 317.67 0.78 0.51
Hex E4 1F AA 0 56 19 B 13E 4E 33
Octal 344 37 252 0 126 31 13 476 116 63
Binary 11100100 11111 10101010 0 1010110 11001 1011 100111110 1001110 110011

Color Harmonies of #E41FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41FAA

Black with #E41FAA

Text Example


Text Example

White with #E41FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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