#E41CBF

Color #E41CBF Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E41CBF

Tints of Shocking Pink #E41CBF

Color information

#E41CBF (or 0xE41CBF) is unknown color: approx Shocking Pink. HEX triplet: E4, 1C and BF. RGB value is (228,28,191). Sum of RGB (Red+Green+Blue) = 228+28+191=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CBF is #1BE340. Grayscale: #696969. Windows color (decimal): -1827649 or 12524772. OLE color: 12524772.

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

Color convert

RGB22828191-
CMYK00.880.160.11
HSL311.1º78.74%50.2%-
HSV(B)311.1º87.72%89.41%-
XYZ41.8121.0951.16-
YUV106.38175.76214.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.01%
GREEN value IS 28 (11.33% from 255) = 6.26%
BLUE value IS 191 (75% from 255) = 42.73%
R=51.01%
G=6.26%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282819100.880.160.11311.178.7450.2
HexE41CBF05810B1374f32
Octal344342770130201346711762
Binary111001001110010111111010110001000010111001101111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41CBF; }

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

 H1.HeaderClassName
 {
   color: #E41CBF;
 }
 .AnyTagClassName
 {
   color: #E41CBF;
 }
</style>
background-color css

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

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

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

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

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

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