#E510BE

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

Shades of Shocking Pink #E510BE

Tints of Shocking Pink #E510BE

Color information

#E510BE (or 0xE510BE) is unknown color: approx Shocking Pink. HEX triplet: E5, 10 and BE. RGB value is (229,16,190). Sum of RGB (Red+Green+Blue) = 229+16+190=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E510BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E510BE is #1AEF41. Grayscale: #636363. Windows color (decimal): -1765186 or 12456165. OLE color: 12456165.

HSL color Cylindrical-coordinate representation of color #E510BE: hue angle of 310.99º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510BE is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB22916190-
CMYK00.930.170.10
HSL310.99º86.94%48.04%-
HSV(B)310.99º93.01%89.8%-
XYZ41.7920.7550.52-
YUV99.52179.07220.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.64%
GREEN value IS 16 (6.64% from 255) = 3.68%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=52.64%
G=3.68%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291619000.930.170.10310.9986.9448.04
HexE510BE05D11A1375730
Octal345202760135211246712760
Binary111001011000010111110010111011000110101001101111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E510BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E510BE; }

 p { color: rgb(229,16,190); }

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

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

 a { background-color: rgb(229,16,190); }

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

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

 span { border-color: rgb(229,16,190); }

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