#E217BD

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

Shades of Shocking Pink #E217BD

Tints of Shocking Pink #E217BD

Color information

#E217BD (or 0xE217BD) is unknown color: approx Shocking Pink. HEX triplet: E2, 17 and BD. RGB value is (226,23,189). Sum of RGB (Red+Green+Blue) = 226+23+189=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E217BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217BD is #1DE842. Grayscale: #666666. Windows color (decimal): -1960003 or 12392418. OLE color: 12392418.

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

Color convert

RGB22623189-
CMYK00.900.160.11
HSL310.94º81.53%48.82%-
HSV(B)310.94º89.82%88.63%-
XYZ40.8620.4649.94-
YUV102.62176.75216-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.60%
GREEN value IS 23 (9.38% from 255) = 5.25%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=51.60%
G=5.25%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262318900.900.160.11310.9481.5348.82
HexE217BD05A10B1375231
Octal342272750132201346712261
Binary111000101011110111101010110101000010111001101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E217BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E217BD; }

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

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

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

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

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

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

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

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