#E70FD0

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

Shades of Shocking Pink #E70FD0

Tints of Shocking Pink #E70FD0

Color information

#E70FD0 (or 0xE70FD0) is unknown color: approx Shocking Pink. HEX triplet: E7, 0F and D0. RGB value is (231,15,208). Sum of RGB (Red+Green+Blue) = 231+15+208=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FD0 is #18F02F. Grayscale: #656565. Windows color (decimal): -1634352 or 13635559. OLE color: 13635559.

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

Color convert

RGB23115208-
CMYK00.940.100.09
HSL306.39º87.8%48.24%-
HSV(B)306.39º93.51%90.59%-
XYZ44.5121.8861.55-
YUV101.59188.06220.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.88%
GREEN value IS 15 (6.25% from 255) = 3.30%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=50.88%
G=3.30%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311520800.940.100.09306.3987.848.24
HexE7FD005EA91325830
Octal347173200136121146213060
Binary1110011111111101000001011110101010011001100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70FD0; }

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

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

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

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

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

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

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

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