#E70D82

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

Shades of Deep Pink #E70D82

Tints of Deep Pink #E70D82

Color information

#E70D82 (or 0xE70D82) is unknown color: approx Deep Pink. HEX triplet: E7, 0D and 82. RGB value is (231,13,130). Sum of RGB (Red+Green+Blue) = 231+13+130=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70D82 is #18F27D. Grayscale: #5B5B5B. Windows color (decimal): -1634942 or 8523239. OLE color: 8523239.

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

Color convert

RGB23113130-
CMYK00.940.440.09
HSL327.8º89.34%47.84%-
HSV(B)327.8º94.37%90.59%-
XYZ37.1318.8922.81-
YUV91.52149.72227.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 61.76%
GREEN value IS 13 (5.47% from 255) = 3.48%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=61.76%
G=3.48%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311313000.940.440.09327.889.3447.84
HexE7D8205E2C91485930
Octal347152020136541151013160
Binary111001111101100000100101111010110010011010010001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70D82; }

 p { color: rgb(231,13,130); }

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

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

 a { background-color: rgb(231,13,130); }

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

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

 span { border-color: rgb(231,13,130); }

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