#EA0782

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

Shades of Deep Pink #EA0782

Tints of Deep Pink #EA0782

Color information

#EA0782 (or 0xEA0782) is unknown color: approx Deep Pink. HEX triplet: EA, 07 and 82. RGB value is (234,7,130). Sum of RGB (Red+Green+Blue) = 234+7+130=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0782 is #15F87D. Grayscale: #585858. Windows color (decimal): -1439870 or 8521706. OLE color: 8521706.

HSL color Cylindrical-coordinate representation of color #EA0782: hue angle of 327.49º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0782 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB2347130-
CMYK00.970.440.08
HSL327.49º94.19%47.25%-
HSV(B)327.49º97.01%91.76%-
XYZ38.0419.2622.83-
YUV88.89151.21231.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.07%
GREEN value IS 7 (3.12% from 255) = 1.89%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=63.07%
G=1.89%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234713000.970.440.08327.4994.1947.25
HexEA7820612C81475e2f
Octal35272020141541050713657
Binary11101010111100000100110000110110010001010001111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0782; }

 p { color: rgb(234,7,130); }

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

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

 a { background-color: rgb(234,7,130); }

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

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

 span { border-color: rgb(234,7,130); }

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