#E70F92

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

Shades of Deep Pink #E70F92

Tints of Deep Pink #E70F92

Color information

#E70F92 (or 0xE70F92) is unknown color: approx Deep Pink. HEX triplet: E7, 0F and 92. RGB value is (231,15,146). Sum of RGB (Red+Green+Blue) = 231+15+146=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70F92 is #18F06D. Grayscale: #5E5E5E. Windows color (decimal): -1634414 or 9572327. OLE color: 9572327.

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

Color convert

RGB23115146-
CMYK00.940.370.09
HSL323.61º87.8%48.24%-
HSV(B)323.61º93.51%90.59%-
XYZ38.3119.4128.92-
YUV94.52157.06225.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.93%
GREEN value IS 15 (6.25% from 255) = 3.83%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=58.93%
G=3.83%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311514600.940.370.09323.6187.848.24
HexE7F9205E2591445830
Octal347172220136451150413060
Binary111001111111100100100101111010010110011010001001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70F92; }

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

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

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

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

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

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

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

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