#e70fc8

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

Shades of Shocking Pink #E70FC8

Tints of Shocking Pink #E70FC8

Color information

#E70FC8 (or 0xE70FC8) is unknown color: approx Shocking Pink. HEX triplet: E7, 0F and C8. RGB value is (231,15,200). Sum of RGB (Red+Green+Blue) = 231+15+200=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FC8 is #18F037. Grayscale: #646464. Windows color (decimal): -1634360 or 13111271. OLE color: 13111271.

HSL color Cylindrical-coordinate representation of color #E70FC8: hue angle of 308.61º degrees, saturation: 0.88, 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 #E70FC8 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23115200-
CMYK00.940.130.09
HSL308.61º87.8%48.24%-
HSV(B)308.61º93.51%90.59%-
XYZ43.5521.556.5-
YUV100.67184.06220.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.79%
GREEN value IS 15 (6.25% from 255) = 3.36%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=51.79%
G=3.36%
B=44.84%

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
Decimal2311520000.940.130.09308.6187.848.24
HexE7FC805ED91355830
Octal347173100136151146513060
Binary1110011111111100100001011110110110011001101011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e70fc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e70fc8; }

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

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

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

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

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

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

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

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