Html Css Color HEX #E41BAC Spicy Pink

📋 copy color: '#E41BAC'

red 228 ◦ green 27 ◦ blue 172

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

Shades of Spicy Pink #E41BAC

Tints of Spicy Pink #E41BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.32%

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

R = 53.4%
G = 6.32%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E41BAC (or 0xE41BAC) is known color: Spicy Pink. HEX triplet: E4, 1B and AC. RGB value is (228,27,172). Sum of RGB (Red+Green+Blue) = 228+27+172=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E41BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41BAC is #1BE453. Grayscale: #676767. Windows color (decimal): -1827924 or 11279332. OLE color: 11279332.

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

Color convert

RGB 228 27 172 -
CMYK 0 0.88 0.25 0.11
HSL 316.72º 0.79% 0.5% -
HSV(B) 316.72º 0.88% 0.89% -
XYZ 39.83 20.26 40.84 -
YUV 103.63 166.59 216.71 -
System Red Green Blue C M Y K H S L
Decimal 228 27 172 0 0.88 0.25 0.11 316.72 0.79 0.5
Hex E4 1B AC 0 58 19 B 13D 4F 32
Octal 344 33 254 0 130 31 13 475 117 62
Binary 11100100 11011 10101100 0 1011000 11001 1011 100111101 1001111 110010

Color Harmonies of #E41BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41BAC

Black with #E41BAC

Text Example


Text Example

White with #E41BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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