#E217BC

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

Shades of Shocking Pink #E217BC

Tints of Shocking Pink #E217BC

Color information

#E217BC (or 0xE217BC) is unknown color: approx Shocking Pink. HEX triplet: E2, 17 and BC. RGB value is (226,23,188). Sum of RGB (Red+Green+Blue) = 226+23+188=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E217BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217BC is #1DE843. Grayscale: #666666. Windows color (decimal): -1960004 or 12326882. OLE color: 12326882.

HSL color Cylindrical-coordinate representation of color #E217BC: hue angle of 311.23º 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 #E217BC is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22623188-
CMYK00.900.170.11
HSL311.23º81.53%48.82%-
HSV(B)311.23º89.82%88.63%-
XYZ40.7520.4149.37-
YUV102.51176.25216.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.72%
GREEN value IS 23 (9.38% from 255) = 5.26%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=51.72%
G=5.26%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262318800.900.170.11311.2381.5348.82
HexE217BC05A11B1375231
Octal342272740132211346712261
Binary111000101011110111100010110101000110111001101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E217BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E217BC; }

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

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

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

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

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

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

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

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