#E70FB9

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

Shades of Shocking Pink #E70FB9

Tints of Shocking Pink #E70FB9

Color information

#E70FB9 (or 0xE70FB9) is unknown color: approx Shocking Pink. HEX triplet: E7, 0F and B9. RGB value is (231,15,185). Sum of RGB (Red+Green+Blue) = 231+15+185=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FB9 is #18F046. Grayscale: #626262. Windows color (decimal): -1634375 or 12128231. OLE color: 12128231.

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

Color convert

RGB23115185-
CMYK00.940.200.09
HSL312.78º87.8%48.24%-
HSV(B)312.78º93.51%90.59%-
XYZ41.8820.8347.71-
YUV98.96176.56222.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.60%
GREEN value IS 15 (6.25% from 255) = 3.48%
BLUE value IS 185 (72.66% from 255) = 42.92%
R=53.60%
G=3.48%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311518500.940.200.09312.7887.848.24
HexE7FB905E1491395830
Octal347172710136241147113060
Binary11100111111110111001010111101010010011001110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70FB9; }

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

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

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

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

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

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

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

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