#E20FBB

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

Shades of Shocking Pink #E20FBB

Tints of Shocking Pink #E20FBB

Color information

#E20FBB (or 0xE20FBB) is unknown color: approx Shocking Pink. HEX triplet: E2, 0F and BB. RGB value is (226,15,187). Sum of RGB (Red+Green+Blue) = 226+15+187=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FBB is #1DF044. Grayscale: #616161. Windows color (decimal): -1962053 or 12259298. OLE color: 12259298.

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

Color convert

RGB22615187-
CMYK00.930.170.11
HSL311.09º87.55%47.25%-
HSV(B)311.09º93.36%88.63%-
XYZ40.520.148.76-
YUV97.7178.4219.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.80%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=52.80%
G=3.50%
B=43.69%

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
Decimal2261518700.930.170.11311.0987.5547.25
HexE2FBB05D11B137582f
Octal342172730135211346713057
Binary11100010111110111011010111011000110111001101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20FBB; }

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

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

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

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

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

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

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

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