#E21AC4

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

Shades of Shocking Pink #E21AC4

Tints of Shocking Pink #E21AC4

Color information

#E21AC4 (or 0xE21AC4) is unknown color: approx Shocking Pink. HEX triplet: E2, 1A and C4. RGB value is (226,26,196). Sum of RGB (Red+Green+Blue) = 226+26+196=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E21AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21AC4 is #1DE53B. Grayscale: #686868. Windows color (decimal): -1959228 or 12851938. OLE color: 12851938.

HSL color Cylindrical-coordinate representation of color #E21AC4: hue angle of 309º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21AC4 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB22626196-
CMYK00.880.130.11
HSL309º79.37%49.41%-
HSV(B)309º88.5%88.63%-
XYZ41.720.8954.06-
YUV105.18179.26214.18-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.45%
GREEN value IS 26 (10.55% from 255) = 5.80%
BLUE value IS 196 (76.95% from 255) = 43.75%
R=50.45%
G=5.80%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262619600.880.130.1130979.3749.41
HexE21AC4058DB1354f31
Octal342323040130151346511761
Binary11100010110101100010001011000110110111001101011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21AC4; }

 p { color: rgb(226,26,196); }

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

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

 a { background-color: rgb(226,26,196); }

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

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

 span { border-color: rgb(226,26,196); }

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