#E314B4

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

Shades of Shocking Pink #E314B4

Tints of Shocking Pink #E314B4

Color information

#E314B4 (or 0xE314B4) is unknown color: approx Shocking Pink. HEX triplet: E3, 14 and B4. RGB value is (227,20,180). Sum of RGB (Red+Green+Blue) = 227+20+180=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E314B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314B4 is #1CEB4B. Grayscale: #636363. Windows color (decimal): -1895244 or 11801827. OLE color: 11801827.

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

Color convert

RGB22720180-
CMYK00.910.210.11
HSL313.62º83.81%48.43%-
HSV(B)313.62º91.19%89.02%-
XYZ40.1720.1344.95-
YUV100.13173.08218.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.16%
GREEN value IS 20 (8.20% from 255) = 4.68%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=53.16%
G=4.68%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272018000.910.210.11313.6283.8148.43
HexE314B405B15B13a5430
Octal343242640133251347212460
Binary111000111010010110100010110111010110111001110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E314B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E314B4; }

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

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

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

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

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

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

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

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