#E70D84

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

Shades of Deep Pink #E70D84

Tints of Deep Pink #E70D84

Color information

#E70D84 (or 0xE70D84) is unknown color: approx Deep Pink. HEX triplet: E7, 0D and 84. RGB value is (231,13,132). Sum of RGB (Red+Green+Blue) = 231+13+132=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70D84 is #18F27B. Grayscale: #5B5B5B. Windows color (decimal): -1634940 or 8654311. OLE color: 8654311.

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

Color convert

RGB23113132-
CMYK00.940.430.09
HSL327.25º89.34%47.84%-
HSV(B)327.25º94.37%90.59%-
XYZ37.2618.9423.52-
YUV91.75150.72227.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 61.44%
GREEN value IS 13 (5.47% from 255) = 3.46%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=61.44%
G=3.46%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311313200.940.430.09327.2589.3447.84
HexE7D8405E2B91475930
Octal347152040136531150713160
Binary111001111101100001000101111010101110011010001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70D84; }

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

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

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

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

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

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

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

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