#E314B3

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

Shades of Shocking Pink #E314B3

Tints of Shocking Pink #E314B3

Color information

#E314B3 (or 0xE314B3) is unknown color: approx Shocking Pink. HEX triplet: E3, 14 and B3. RGB value is (227,20,179). Sum of RGB (Red+Green+Blue) = 227+20+179=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E314B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E314B3 is #1CEB4C. Grayscale: #636363. Windows color (decimal): -1895245 or 11736291. OLE color: 11736291.

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

Color convert

RGB22720179-
CMYK00.910.210.11
HSL313.91º83.81%48.43%-
HSV(B)313.91º91.19%89.02%-
XYZ40.0720.0944.41-
YUV100.02172.58218.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.29%
GREEN value IS 20 (8.20% from 255) = 4.69%
BLUE value IS 179 (70.31% from 255) = 42.02%
R=53.29%
G=4.69%
B=42.02%

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
Decimal2272017900.910.210.11313.9183.8148.43
HexE314B305B15B13a5430
Octal343242630133251347212460
Binary111000111010010110011010110111010110111001110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E314B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E314B3; }

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

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

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

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

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

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

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

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