#EA0584

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

Shades of Deep Pink #EA0584

Tints of Deep Pink #EA0584

Color information

#EA0584 (or 0xEA0584) is unknown color: approx Deep Pink. HEX triplet: EA, 05 and 84. RGB value is (234,5,132). Sum of RGB (Red+Green+Blue) = 234+5+132=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0584 is #15FA7B. Grayscale: #575757. Windows color (decimal): -1440380 or 8652266. OLE color: 8652266.

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

Color convert

RGB2345132-
CMYK00.980.440.08
HSL326.72º95.82%46.86%-
HSV(B)326.72º97.86%91.76%-
XYZ38.1519.2723.54-
YUV87.95152.87232.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.07%
GREEN value IS 5 (2.34% from 255) = 1.35%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=63.07%
G=1.35%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234513200.980.440.08326.7295.8246.86
HexEA5840622C8147602f
Octal35252040142541050714057
Binary11101010101100001000110001010110010001010001111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0584; }

 p { color: rgb(234,5,132); }

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

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

 a { background-color: rgb(234,5,132); }

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

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

 span { border-color: rgb(234,5,132); }

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