#E20FBC

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

Shades of Shocking Pink #E20FBC

Tints of Shocking Pink #E20FBC

Color information

#E20FBC (or 0xE20FBC) is unknown color: approx Shocking Pink. HEX triplet: E2, 0F and BC. RGB value is (226,15,188). Sum of RGB (Red+Green+Blue) = 226+15+188=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FBC is #1DF043. Grayscale: #616161. Windows color (decimal): -1962052 or 12324834. OLE color: 12324834.

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

Color convert

RGB22615188-
CMYK00.930.170.11
HSL310.81º87.55%47.25%-
HSV(B)310.81º93.36%88.63%-
XYZ40.6120.1449.32-
YUV97.81178.9219.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.68%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=52.68%
G=3.50%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261518800.930.170.11310.8187.5547.25
HexE2FBC05D11B137582f
Octal342172740135211346713057
Binary11100010111110111100010111011000110111001101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20FBC; }

 p { color: rgb(226,15,188); }

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

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

 a { background-color: rgb(226,15,188); }

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

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

 span { border-color: rgb(226,15,188); }

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