#E217B8

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

Shades of Shocking Pink #E217B8

Tints of Shocking Pink #E217B8

Color information

#E217B8 (or 0xE217B8) is unknown color: approx Shocking Pink. HEX triplet: E2, 17 and B8. RGB value is (226,23,184). Sum of RGB (Red+Green+Blue) = 226+23+184=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E217B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217B8 is #1DE847. Grayscale: #656565. Windows color (decimal): -1960008 or 12064738. OLE color: 12064738.

HSL color Cylindrical-coordinate representation of color #E217B8: hue angle of 312.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217B8 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB22623184-
CMYK00.900.190.11
HSL312.41º81.53%48.82%-
HSV(B)312.41º89.82%88.63%-
XYZ40.3220.2447.13-
YUV102.05174.25216.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.19%
GREEN value IS 23 (9.38% from 255) = 5.31%
BLUE value IS 184 (72.27% from 255) = 42.49%
R=52.19%
G=5.31%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262318400.900.190.11312.4181.5348.82
HexE217B805A13B1385231
Octal342272700132231347012261
Binary111000101011110111000010110101001110111001110001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E217B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E217B8; }

 p { color: rgb(226,23,184); }

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

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

 a { background-color: rgb(226,23,184); }

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

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

 span { border-color: rgb(226,23,184); }

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