#E70EC8

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

Shades of Shocking Pink #E70EC8

Tints of Shocking Pink #E70EC8

Color information

#E70EC8 (or 0xE70EC8) is unknown color: approx Shocking Pink. HEX triplet: E7, 0E and C8. RGB value is (231,14,200). Sum of RGB (Red+Green+Blue) = 231+14+200=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E70EC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70EC8 is #18F137. Grayscale: #636363. Windows color (decimal): -1634616 or 13111015. OLE color: 13111015.

HSL color Cylindrical-coordinate representation of color #E70EC8: hue angle of 308.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23114200-
CMYK00.940.130.09
HSL308.57º88.57%48.04%-
HSV(B)308.57º93.94%90.59%-
XYZ43.5421.4756.49-
YUV100.09184.39221.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.91%
GREEN value IS 14 (5.86% from 255) = 3.15%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=51.91%
G=3.15%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311420000.940.130.09308.5788.5748.04
HexE7EC805ED91355930
Octal347163100136151146513160
Binary1110011111101100100001011110110110011001101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70EC8; }

 p { color: rgb(231,14,200); }

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

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

 a { background-color: rgb(231,14,200); }

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

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

 span { border-color: rgb(231,14,200); }

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