#E217BE

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

Shades of Shocking Pink #E217BE

Tints of Shocking Pink #E217BE

Color information

#E217BE (or 0xE217BE) is unknown color: approx Shocking Pink. HEX triplet: E2, 17 and BE. RGB value is (226,23,190). Sum of RGB (Red+Green+Blue) = 226+23+190=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E217BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217BE is #1DE841. Grayscale: #666666. Windows color (decimal): -1960002 or 12457954. OLE color: 12457954.

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

Color convert

RGB22623190-
CMYK00.900.160.11
HSL310.64º81.53%48.82%-
HSV(B)310.64º89.82%88.63%-
XYZ40.9620.550.51-
YUV102.74177.25215.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.48%
GREEN value IS 23 (9.38% from 255) = 5.24%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=51.48%
G=5.24%
B=43.28%

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
Decimal2262319000.900.160.11310.6481.5348.82
HexE217BE05A10B1375231
Octal342272760132201346712261
Binary111000101011110111110010110101000010111001101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E217BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E217BE; }

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

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

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

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

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

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

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

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