#E122C0

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

Shades of Shocking Pink #E122C0

Tints of Shocking Pink #E122C0

Color information

#E122C0 (or 0xE122C0) is unknown color: approx Shocking Pink. HEX triplet: E1, 22 and C0. RGB value is (225,34,192). Sum of RGB (Red+Green+Blue) = 225+34+192=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E122C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122C0 is #1EDD3F. Grayscale: #6C6C6C. Windows color (decimal): -2022720 or 12591841. OLE color: 12591841.

HSL color Cylindrical-coordinate representation of color #E122C0: hue angle of 310.37º 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 #E122C0 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB22534192-
CMYK00.850.150.12
HSL310.37º76.1%50.78%-
HSV(B)310.37º84.89%88.24%-
XYZ41.1420.9651.75-
YUV109.12174.78210.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 34 (13.67% from 255) = 7.54%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=49.89%
G=7.54%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253419200.850.150.12310.3776.150.78
HexE122C0055FC1364c33
Octal341423000125171446611463
Binary111000011000101100000001010101111111001001101101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E122C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E122C0; }

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

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

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

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

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

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

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

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