#e41fc4

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

Shades of Shocking Pink #E41FC4

Tints of Shocking Pink #E41FC4

Color information

#E41FC4 (or 0xE41FC4) is unknown color: approx Shocking Pink. HEX triplet: E4, 1F and C4. RGB value is (228,31,196). Sum of RGB (Red+Green+Blue) = 228+31+196=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E41FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41FC4 is #1BE03B. Grayscale: #6C6C6C. Windows color (decimal): -1826876 or 12853220. OLE color: 12853220.

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

Color convert

RGB22831196-
CMYK00.860.140.11
HSL309.75º78.49%50.78%-
HSV(B)309.75º86.4%89.41%-
XYZ42.4521.4654.13-
YUV108.71177.27213.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 31 (12.5% from 255) = 6.81%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=50.11%
G=6.81%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283119600.860.140.11309.7578.4950.78
HexE41FC4056EB1364e33
Octal344373040126161346611663
Binary11100100111111100010001010110111010111001101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e41fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e41fc4; }

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

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

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

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

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

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

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

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