#E320CE

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

Shades of Shocking Pink #E320CE

Tints of Shocking Pink #E320CE

Color information

#E320CE (or 0xE320CE) is unknown color: approx Shocking Pink. HEX triplet: E3, 20 and CE. RGB value is (227,32,206). Sum of RGB (Red+Green+Blue) = 227+32+206=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E320CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320CE is #1CDF31. Grayscale: #6D6D6D. Windows color (decimal): -1892146 or 13508835. OLE color: 13508835.

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

Color convert

RGB22732206-
CMYK00.860.090.11
HSL306.46º77.69%50.78%-
HSV(B)306.46º85.9%89.02%-
XYZ43.3421.8260.32-
YUV110.14182.1211.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.82%
GREEN value IS 32 (12.89% from 255) = 6.88%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=48.82%
G=6.88%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273220600.860.090.11306.4677.6950.78
HexE320CE0569B1324e33
Octal343403160126111346211663
Binary111000111000001100111001010110100110111001100101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E320CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E320CE; }

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

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

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

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

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

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

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

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