#E10BBA

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

Shades of Shocking Pink #E10BBA

Tints of Shocking Pink #E10BBA

Color information

#E10BBA (or 0xE10BBA) is unknown color: approx Shocking Pink. HEX triplet: E1, 0B and BA. RGB value is (225,11,186). Sum of RGB (Red+Green+Blue) = 225+11+186=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BBA is #1EF445. Grayscale: #5E5E5E. Windows color (decimal): -2028614 or 12192737. OLE color: 12192737.

HSL color Cylindrical-coordinate representation of color #E10BBA: hue angle of 310.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BBA is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22511186-
CMYK00.950.170.12
HSL310.93º90.68%46.27%-
HSV(B)310.93º95.11%88.24%-
XYZ40.0319.7948.16-
YUV94.94179.4220.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 11 (4.69% from 255) = 2.61%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=53.32%
G=2.61%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251118600.950.170.12310.9390.6846.27
HexE1BBA05F11C1375b2e
Octal341132720137211446713356
Binary11100001101110111010010111111000111001001101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10BBA; }

 p { color: rgb(225,11,186); }

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

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

 a { background-color: rgb(225,11,186); }

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

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

 span { border-color: rgb(225,11,186); }

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