Html Css Color HEX #EA0584 Deep Pink

📋 copy color: '#EA0584'

red 234 ◦ green 5 ◦ blue 132

#EA0584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EA0584

Tints of Deep Pink #EA0584

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA0584 (or 0xEA0584) is known color: 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

RGB 234 5 132 -
CMYK 0 0.98 0.44 0.08
HSL 326.72º 0.96% 0.47% -
HSV(B) 326.72º 0.98% 0.92% -
XYZ 38.15 19.27 23.54 -
YUV 87.95 152.87 232.17 -
System Red Green Blue C M Y K H S L
Decimal 234 5 132 0 0.98 0.44 0.08 326.72 0.96 0.47
Hex EA 5 84 0 62 2C 8 147 60 2F
Octal 352 5 204 0 142 54 10 507 140 57
Binary 11101010 101 10000100 0 1100010 101100 1000 101000111 1100000 101111

Color Harmonies of #EA0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0584

Black with #EA0584

Text Example


Text Example

White with #EA0584

Text Example


Text Example

HTML Codes & Css Web 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>