#e010b8

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

Shades of Shocking Pink #E010B8

Tints of Shocking Pink #E010B8

Color information

#E010B8 (or 0xE010B8) is unknown color: approx Shocking Pink. HEX triplet: E0, 10 and B8. RGB value is (224,16,184). Sum of RGB (Red+Green+Blue) = 224+16+184=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E010B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010B8 is #1FEF47. Grayscale: #606060. Windows color (decimal): -2092872 or 12062944. OLE color: 12062944.

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

Color convert

RGB22416184-
CMYK00.930.180.12
HSL311.54º86.67%47.06%-
HSV(B)311.54º92.86%87.84%-
XYZ39.5819.6847.06-
YUV97.34176.91218.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.83%
GREEN value IS 16 (6.64% from 255) = 3.77%
BLUE value IS 184 (72.27% from 255) = 43.40%
R=52.83%
G=3.77%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241618400.930.180.12311.5486.6747.06
HexE010B805D12C138572f
Octal340202700135221447012757
Binary111000001000010111000010111011001011001001110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e010b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e010b8; }

 p { color: rgb(224,16,184); }

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

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

 a { background-color: rgb(224,16,184); }

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

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

 span { border-color: rgb(224,16,184); }

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