#E914D2

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

Shades of Shocking Pink #E914D2

Tints of Shocking Pink #E914D2

Color information

#E914D2 (or 0xE914D2) is unknown color: approx Shocking Pink. HEX triplet: E9, 14 and D2. RGB value is (233,20,210). Sum of RGB (Red+Green+Blue) = 233+20+210=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E914D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E914D2 is #16EB2D. Grayscale: #686868. Windows color (decimal): -1501998 or 13767913. OLE color: 13767913.

HSL color Cylindrical-coordinate representation of color #E914D2: hue angle of 306.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914D2 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB23320210-
CMYK00.910.100.09
HSL306.48º84.19%49.61%-
HSV(B)306.48º91.42%91.37%-
XYZ45.4922.4862.91-
YUV105.35187.07219.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.32%
GREEN value IS 20 (8.20% from 255) = 4.32%
BLUE value IS 210 (82.42% from 255) = 45.36%
R=50.32%
G=4.32%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332021000.910.100.09306.4884.1949.61
HexE914D205BA91325432
Octal351243220133121146212462
Binary11101001101001101001001011011101010011001100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E914D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E914D2; }

 p { color: rgb(233,20,210); }

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

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

 a { background-color: rgb(233,20,210); }

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

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

 span { border-color: rgb(233,20,210); }

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