#e20fba

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

Shades of Shocking Pink #E20FBA

Tints of Shocking Pink #E20FBA

Color information

#E20FBA (or 0xE20FBA) is unknown color: approx Shocking Pink. HEX triplet: E2, 0F and BA. RGB value is (226,15,186). Sum of RGB (Red+Green+Blue) = 226+15+186=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FBA is #1DF045. Grayscale: #616161. Windows color (decimal): -1962054 or 12193762. OLE color: 12193762.

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

Color convert

RGB22615186-
CMYK00.930.180.11
HSL311.37º87.55%47.25%-
HSV(B)311.37º93.36%88.63%-
XYZ40.420.0648.2-
YUV97.58177.9219.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.93%
GREEN value IS 15 (6.25% from 255) = 3.51%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=52.93%
G=3.51%
B=43.56%

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
Decimal2261518600.930.180.11311.3787.5547.25
HexE2FBA05D12B137582f
Octal342172720135221346713057
Binary11100010111110111010010111011001010111001101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20fba; }

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

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

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

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

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

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

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

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