Html Css Color HEX #EC0784 Deep Pink

📋 copy color: '#EC0784'

red 236 ◦ green 7 ◦ blue 132

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

Shades of Deep Pink #EC0784

Tints of Deep Pink #EC0784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.87%

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

R = 62.93%
G = 1.87%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0784 (or 0xEC0784) is known color: Deep Pink. HEX triplet: EC, 07 and 84. RGB value is (236,7,132). Sum of RGB (Red+Green+Blue) = 236+7+132=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0784 is #13F87B. Grayscale: #595959. Windows color (decimal): -1308796 or 8652780. OLE color: 8652780.

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

Color convert

RGB 236 7 132 -
CMYK 0 0.97 0.44 0.07
HSL 327.25º 0.94% 0.48% -
HSV(B) 327.25º 0.97% 0.93% -
XYZ 38.83 19.65 23.58 -
YUV 89.72 151.87 232.34 -
System Red Green Blue C M Y K H S L
Decimal 236 7 132 0 0.97 0.44 0.07 327.25 0.94 0.48
Hex EC 7 84 0 61 2C 7 147 5E 30
Octal 354 7 204 0 141 54 7 507 136 60
Binary 11101100 111 10000100 0 1100001 101100 111 101000111 1011110 110000

Color Harmonies of #EC0784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0784

Black with #EC0784

Text Example


Text Example

White with #EC0784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0784; }

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

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

background-color css

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

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

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

border-color css

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

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

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