#E213BE

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

Shades of Shocking Pink #E213BE

Tints of Shocking Pink #E213BE

Color information

#E213BE (or 0xE213BE) is unknown color: approx Shocking Pink. HEX triplet: E2, 13 and BE. RGB value is (226,19,190). Sum of RGB (Red+Green+Blue) = 226+19+190=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E213BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E213BE is #1DEC41. Grayscale: #636363. Windows color (decimal): -1961026 or 12456930. OLE color: 12456930.

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

Color convert

RGB22619190-
CMYK00.920.160.11
HSL310.43º84.49%48.04%-
HSV(B)310.43º91.59%88.63%-
XYZ40.8920.3550.49-
YUV100.39178.58217.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.95%
GREEN value IS 19 (7.81% from 255) = 4.37%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=51.95%
G=4.37%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261919000.920.160.11310.4384.4948.04
HexE213BE05C10B1365430
Octal342232760134201346612460
Binary111000101001110111110010111001000010111001101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E213BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E213BE; }

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

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

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

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

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

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

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

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