#E213B4

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

Shades of Shocking Pink #E213B4

Tints of Shocking Pink #E213B4

Color information

#E213B4 (or 0xE213B4) is unknown color: approx Shocking Pink. HEX triplet: E2, 13 and B4. RGB value is (226,19,180). Sum of RGB (Red+Green+Blue) = 226+19+180=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E213B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E213B4 is #1DEC4B. Grayscale: #626262. Windows color (decimal): -1961036 or 11801570. OLE color: 11801570.

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

Color convert

RGB22619180-
CMYK00.920.200.11
HSL313.33º84.49%48.04%-
HSV(B)313.33º91.59%88.63%-
XYZ39.8419.9344.93-
YUV99.25173.58218.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.18%
GREEN value IS 19 (7.81% from 255) = 4.47%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=53.18%
G=4.47%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261918000.920.200.11313.3384.4948.04
HexE213B405C14B1395430
Octal342232640134241347112460
Binary111000101001110110100010111001010010111001110011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E213B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E213B4; }

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

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

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

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

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

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

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

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