Html Css Color HEX #EC0584 Deep Pink

📋 copy color: '#EC0584'

red 236 ◦ green 5 ◦ blue 132

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

Shades of Deep Pink #EC0584

Tints of Deep Pink #EC0584

RGB

 RED value IS 236 (92.58% from 255) = 63.27%

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 63.27%
G = 1.34%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0584 (or 0xEC0584) is known color: Deep Pink. HEX triplet: EC, 05 and 84. RGB value is (236,5,132). Sum of RGB (Red+Green+Blue) = 236+5+132=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0584 is #13FA7B. Grayscale: #585858. Windows color (decimal): -1309308 or 8652268. OLE color: 8652268.

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

Color convert

RGB 236 5 132 -
CMYK 0 0.98 0.44 0.07
HSL 327.01º 0.96% 0.47% -
HSV(B) 327.01º 0.98% 0.93% -
XYZ 38.81 19.61 23.57 -
YUV 88.55 152.53 233.17 -
System Red Green Blue C M Y K H S L
Decimal 236 5 132 0 0.98 0.44 0.07 327.01 0.96 0.47
Hex EC 5 84 0 62 2C 7 147 60 2F
Octal 354 5 204 0 142 54 7 507 140 57
Binary 11101100 101 10000100 0 1100010 101100 111 101000111 1100000 101111

Color Harmonies of #EC0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0584

Black with #EC0584

Text Example


Text Example

White with #EC0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0584; }

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

 H1.HeaderClassName
 {
   color: #EC0584;
 }
 .AnyTagClassName
 {
   color: #EC0584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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