#E121CB

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

Shades of Shocking Pink #E121CB

Tints of Shocking Pink #E121CB

Color information

#E121CB (or 0xE121CB) is unknown color: approx Shocking Pink. HEX triplet: E1, 21 and CB. RGB value is (225,33,203). Sum of RGB (Red+Green+Blue) = 225+33+203=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E121CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121CB is #1EDE34. Grayscale: #6D6D6D. Windows color (decimal): -2022965 or 13312481. OLE color: 13312481.

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

Color convert

RGB22533203-
CMYK00.850.100.12
HSL306.88º76.19%50.59%-
HSV(B)306.88º85.33%88.24%-
XYZ42.3721.4158.4-
YUV109.79180.61210.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 33 (13.28% from 255) = 7.16%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=48.81%
G=7.16%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253320300.850.100.12306.8876.1950.59
HexE121CB055AC1334c33
Octal341413130125121446311463
Binary111000011000011100101101010101101011001001100111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E121CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E121CB; }

 p { color: rgb(225,33,203); }

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

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

 a { background-color: rgb(225,33,203); }

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

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

 span { border-color: rgb(225,33,203); }

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