Html Css Color HEX #E41EAC Spicy Pink

📋 copy color: '#E41EAC'

red 228 ◦ green 30 ◦ blue 172

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

Shades of Spicy Pink #E41EAC

Tints of Spicy Pink #E41EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.98%

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

R = 53.02%
G = 6.98%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E41EAC (or 0xE41EAC) is known color: Spicy Pink. HEX triplet: E4, 1E and AC. RGB value is (228,30,172). Sum of RGB (Red+Green+Blue) = 228+30+172=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E41EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41EAC is #1BE153. Grayscale: #696969. Windows color (decimal): -1827156 or 11280100. OLE color: 11280100.

HSL color Cylindrical-coordinate representation of color #E41EAC: hue angle of 316.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41EAC is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 30 172 -
CMYK 0 0.87 0.25 0.11
HSL 316.97º 0.79% 0.51% -
HSV(B) 316.97º 0.87% 0.89% -
XYZ 39.91 20.4 40.86 -
YUV 105.39 165.6 215.45 -
System Red Green Blue C M Y K H S L
Decimal 228 30 172 0 0.87 0.25 0.11 316.97 0.79 0.51
Hex E4 1E AC 0 57 19 B 13D 4F 33
Octal 344 36 254 0 127 31 13 475 117 63
Binary 11100100 11110 10101100 0 1010111 11001 1011 100111101 1001111 110011

Color Harmonies of #E41EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41EAC

Black with #E41EAC

Text Example


Text Example

White with #E41EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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