#E313B3

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

Shades of Shocking Pink #E313B3

Tints of Shocking Pink #E313B3

Color information

#E313B3 (or 0xE313B3) is unknown color: approx Shocking Pink. HEX triplet: E3, 13 and B3. RGB value is (227,19,179). Sum of RGB (Red+Green+Blue) = 227+19+179=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E313B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313B3 is #1CEC4C. Grayscale: #626262. Windows color (decimal): -1895501 or 11736035. OLE color: 11736035.

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

Color convert

RGB22719179-
CMYK00.920.210.11
HSL313.85º84.55%48.24%-
HSV(B)313.85º91.63%89.02%-
XYZ40.0520.0544.41-
YUV99.43172.91218.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.41%
GREEN value IS 19 (7.81% from 255) = 4.47%
BLUE value IS 179 (70.31% from 255) = 42.12%
R=53.41%
G=4.47%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271917900.920.210.11313.8584.5548.24
HexE313B305C15B13a5530
Octal343232630134251347212560
Binary111000111001110110011010111001010110111001110101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E313B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E313B3; }

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

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

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

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

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

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

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

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