#E122BC

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

Shades of Shocking Pink #E122BC

Tints of Shocking Pink #E122BC

Color information

#E122BC (or 0xE122BC) is unknown color: approx Shocking Pink. HEX triplet: E1, 22 and BC. RGB value is (225,34,188). Sum of RGB (Red+Green+Blue) = 225+34+188=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E122BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122BC is #1EDD43. Grayscale: #6C6C6C. Windows color (decimal): -2022724 or 12329697. OLE color: 12329697.

HSL color Cylindrical-coordinate representation of color #E122BC: hue angle of 311.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122BC is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22534188-
CMYK00.850.160.12
HSL311.62º76.1%50.78%-
HSV(B)311.62º84.89%88.24%-
XYZ40.720.7849.44-
YUV108.66172.78210.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.34%
GREEN value IS 34 (13.67% from 255) = 7.61%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=50.34%
G=7.61%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253418800.850.160.12311.6276.150.78
HexE122BC05510C1384c33
Octal341422740125201447011463
Binary1110000110001010111100010101011000011001001110001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E122BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E122BC; }

 p { color: rgb(225,34,188); }

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

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

 a { background-color: rgb(225,34,188); }

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

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

 span { border-color: rgb(225,34,188); }

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