#E122BE

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

Shades of Shocking Pink #E122BE

Tints of Shocking Pink #E122BE

Color information

#E122BE (or 0xE122BE) is unknown color: approx Shocking Pink. HEX triplet: E1, 22 and BE. RGB value is (225,34,190). Sum of RGB (Red+Green+Blue) = 225+34+190=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E122BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122BE is #1EDD41. Grayscale: #6C6C6C. Windows color (decimal): -2022722 or 12460769. OLE color: 12460769.

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

Color convert

RGB22534190-
CMYK00.850.160.12
HSL310.99º76.1%50.78%-
HSV(B)310.99º84.89%88.24%-
XYZ40.9220.8750.59-
YUV108.89173.78210.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 34 (13.67% from 255) = 7.57%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=50.11%
G=7.57%
B=42.32%

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
Decimal2253419000.850.160.12310.9976.150.78
HexE122BE05510C1374c33
Octal341422760125201446711463
Binary1110000110001010111110010101011000011001001101111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E122BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E122BE; }

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

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

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

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

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

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

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

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