#E115B7

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

Shades of Shocking Pink #E115B7

Tints of Shocking Pink #E115B7

Color information

#E115B7 (or 0xE115B7) is unknown color: approx Shocking Pink. HEX triplet: E1, 15 and B7. RGB value is (225,21,183). Sum of RGB (Red+Green+Blue) = 225+21+183=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E115B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115B7 is #1EEA48. Grayscale: #646464. Windows color (decimal): -2026057 or 11998689. OLE color: 11998689.

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

Color convert

RGB22521183-
CMYK00.910.190.12
HSL312.35º82.93%48.24%-
HSV(B)312.35º90.67%88.24%-
XYZ39.8719.9646.55-
YUV100.46174.59216.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 21 (8.59% from 255) = 4.90%
BLUE value IS 183 (71.88% from 255) = 42.66%
R=52.45%
G=4.90%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252118300.910.190.12312.3582.9348.24
HexE115B705B13C1385330
Octal341252670133231447012360
Binary111000011010110110111010110111001111001001110001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E115B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E115B7; }

 p { color: rgb(225,21,183); }

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

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

 a { background-color: rgb(225,21,183); }

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

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

 span { border-color: rgb(225,21,183); }

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