#E70FD1

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

Shades of Shocking Pink #E70FD1

Tints of Shocking Pink #E70FD1

Color information

#E70FD1 (or 0xE70FD1) is unknown color: approx Shocking Pink. HEX triplet: E7, 0F and D1. RGB value is (231,15,209). Sum of RGB (Red+Green+Blue) = 231+15+209=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70FD1 is #18F02E. Grayscale: #656565. Windows color (decimal): -1634351 or 13701095. OLE color: 13701095.

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

Color convert

RGB23115209-
CMYK00.940.100.09
HSL306.11º87.8%48.24%-
HSV(B)306.11º93.51%90.59%-
XYZ44.6321.9362.2-
YUV101.7188.56220.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.77%
GREEN value IS 15 (6.25% from 255) = 3.30%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=50.77%
G=3.30%
B=45.93%

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
Decimal2311520900.940.100.09306.1187.848.24
HexE7FD105EA91325830
Octal347173210136121146213060
Binary1110011111111101000101011110101010011001100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70FD1; }

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

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

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

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

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

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

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

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