#E314B2

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

Shades of Shocking Pink #E314B2

Tints of Shocking Pink #E314B2

Color information

#E314B2 (or 0xE314B2) is unknown color: approx Shocking Pink. HEX triplet: E3, 14 and B2. RGB value is (227,20,178). Sum of RGB (Red+Green+Blue) = 227+20+178=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E314B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314B2 is #1CEB4D. Grayscale: #636363. Windows color (decimal): -1895246 or 11670755. OLE color: 11670755.

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

Color convert

RGB22720178-
CMYK00.910.220.11
HSL314.2º83.81%48.43%-
HSV(B)314.2º91.19%89.02%-
XYZ39.9620.0543.88-
YUV99.9172.08218.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.41%
GREEN value IS 20 (8.20% from 255) = 4.71%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=53.41%
G=4.71%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272017800.910.220.11314.283.8148.43
HexE314B205B16B13a5430
Octal343242620133261347212460
Binary111000111010010110010010110111011010111001110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E314B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E314B2; }

 p { color: rgb(227,20,178); }

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

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

 a { background-color: rgb(227,20,178); }

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

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

 span { border-color: rgb(227,20,178); }

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