#e219c4

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

Shades of Shocking Pink #E219C4

Tints of Shocking Pink #E219C4

Color information

#E219C4 (or 0xE219C4) is unknown color: approx Shocking Pink. HEX triplet: E2, 19 and C4. RGB value is (226,25,196). Sum of RGB (Red+Green+Blue) = 226+25+196=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E219C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219C4 is #1DE63B. Grayscale: #686868. Windows color (decimal): -1959484 or 12851682. OLE color: 12851682.

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

Color convert

RGB22625196-
CMYK00.890.130.11
HSL308.96º80.08%49.22%-
HSV(B)308.96º88.94%88.63%-
XYZ41.6820.8554.05-
YUV104.59179.59214.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.56%
GREEN value IS 25 (10.16% from 255) = 5.59%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=50.56%
G=5.59%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262519600.890.130.11308.9680.0849.22
HexE219C4059DB1355031
Octal342313040131151346512061
Binary11100010110011100010001011001110110111001101011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e219c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e219c4; }

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

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

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

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

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

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

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

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