#E320C8

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

Shades of Shocking Pink #E320C8

Tints of Shocking Pink #E320C8

Color information

#E320C8 (or 0xE320C8) is unknown color: approx Shocking Pink. HEX triplet: E3, 20 and C8. RGB value is (227,32,200). Sum of RGB (Red+Green+Blue) = 227+32+200=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E320C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320C8 is #1CDF37. Grayscale: #6C6C6C. Windows color (decimal): -1892152 or 13115619. OLE color: 13115619.

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

Color convert

RGB22732200-
CMYK00.860.120.11
HSL308.31º77.69%50.78%-
HSV(B)308.31º85.9%89.02%-
XYZ42.6221.5356.55-
YUV109.46179.1211.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.46%
GREEN value IS 32 (12.89% from 255) = 6.97%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=49.46%
G=6.97%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273220000.860.120.11308.3177.6950.78
HexE320C8056CB1344e33
Octal343403100126141346411663
Binary111000111000001100100001010110110010111001101001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E320C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E320C8; }

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

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

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

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

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

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

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

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