Html Css Color HEX #E41CB4 Spicy Pink

📋 copy color: '#E41CB4'

red 228 ◦ green 28 ◦ blue 180

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

Shades of Spicy Pink #E41CB4

Tints of Spicy Pink #E41CB4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.42%

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 52.29%
G = 6.42%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E41CB4 (or 0xE41CB4) is known color: Spicy Pink. HEX triplet: E4, 1C and B4. RGB value is (228,28,180). Sum of RGB (Red+Green+Blue) = 228+28+180=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CB4 is #1BE34B. Grayscale: #686868. Windows color (decimal): -1827660 or 11803876. OLE color: 11803876.

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

Color convert

RGB 228 28 180 -
CMYK 0 0.88 0.21 0.11
HSL 314.4º 0.79% 0.5% -
HSV(B) 314.4º 0.88% 0.89% -
XYZ 40.65 20.62 45.02 -
YUV 105.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 228 28 180 0 0.88 0.21 0.11 314.4 0.79 0.5
Hex E4 1C B4 0 58 15 B 13A 4F 32
Octal 344 34 264 0 130 25 13 472 117 62
Binary 11100100 11100 10110100 0 1011000 10101 1011 100111010 1001111 110010

Color Harmonies of #E41CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41CB4

Black with #E41CB4

Text Example


Text Example

White with #E41CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41CB4; }

 p { color: rgb(228,28,180); }

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

background-color css

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

 a { background-color: rgb(228,28,180); }

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

border-color css

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

 span { border-color: rgb(228,28,180); }

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