#E320BB

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

Shades of Shocking Pink #E320BB

Tints of Shocking Pink #E320BB

Color information

#E320BB (or 0xE320BB) is unknown color: approx Shocking Pink. HEX triplet: E3, 20 and BB. RGB value is (227,32,187). Sum of RGB (Red+Green+Blue) = 227+32+187=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E320BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320BB is #1CDF44. Grayscale: #6B6B6B. Windows color (decimal): -1892165 or 12263651. OLE color: 12263651.

HSL color Cylindrical-coordinate representation of color #E320BB: hue angle of 312.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E320BB is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB22732187-
CMYK00.860.180.11
HSL312.31º77.69%50.78%-
HSV(B)312.31º85.9%89.02%-
XYZ41.1620.9548.89-
YUV107.97172.6212.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.90%
GREEN value IS 32 (12.89% from 255) = 7.17%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=50.90%
G=7.17%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273218700.860.180.11312.3177.6950.78
HexE320BB05612B1384e33
Octal343402730126221347011663
Binary1110001110000010111011010101101001010111001110001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E320BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E320BB; }

 p { color: rgb(227,32,187); }

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

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

 a { background-color: rgb(227,32,187); }

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

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

 span { border-color: rgb(227,32,187); }

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