#e40fbb

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

Shades of Shocking Pink #E40FBB

Tints of Shocking Pink #E40FBB

Color information

#E40FBB (or 0xE40FBB) is unknown color: approx Shocking Pink. HEX triplet: E4, 0F and BB. RGB value is (228,15,187). Sum of RGB (Red+Green+Blue) = 228+15+187=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FBB is #1BF044. Grayscale: #616161. Windows color (decimal): -1830981 or 12259300. OLE color: 12259300.

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

Color convert

RGB22815187-
CMYK00.930.180.11
HSL311.55º87.65%47.65%-
HSV(B)311.55º93.42%89.41%-
XYZ41.1420.4248.79-
YUV98.3178.07220.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.02%
GREEN value IS 15 (6.25% from 255) = 3.49%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=53.02%
G=3.49%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281518700.930.180.11311.5587.6547.65
HexE4FBB05D12B1385830
Octal344172730135221347013060
Binary11100100111110111011010111011001010111001110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e40fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e40fbb; }

 p { color: rgb(228,15,187); }

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

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

 a { background-color: rgb(228,15,187); }

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

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

 span { border-color: rgb(228,15,187); }

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