#e214cb

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

Shades of Shocking Pink #E214CB

Tints of Shocking Pink #E214CB

Color information

#E214CB (or 0xE214CB) is unknown color: approx Shocking Pink. HEX triplet: E2, 14 and CB. RGB value is (226,20,203). Sum of RGB (Red+Green+Blue) = 226+20+203=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E214CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E214CB is #1DEB34. Grayscale: #656565. Windows color (decimal): -1960757 or 13309154. OLE color: 13309154.

HSL color Cylindrical-coordinate representation of color #E214CB: hue angle of 306.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E214CB is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB22620203-
CMYK00.910.100.11
HSL306.7º83.74%48.24%-
HSV(B)306.7º91.15%88.63%-
XYZ42.3920.9858.32-
YUV102.46184.75216.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.33%
GREEN value IS 20 (8.20% from 255) = 4.45%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=50.33%
G=4.45%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262020300.910.100.11306.783.7448.24
HexE214CB05BAB1335430
Octal342243130133121346312460
Binary11100010101001100101101011011101010111001100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e214cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e214cb; }

 p { color: rgb(226,20,203); }

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

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

 a { background-color: rgb(226,20,203); }

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

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

 span { border-color: rgb(226,20,203); }

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