Html Css Color HEX #EC0780 Deep Pink

📋 copy color: '#EC0780'

red 236 ◦ green 7 ◦ blue 128

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

Shades of Deep Pink #EC0780

Tints of Deep Pink #EC0780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 63.61%
G = 1.89%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC0780 (or 0xEC0780) is known color: Deep Pink. HEX triplet: EC, 07 and 80. RGB value is (236,7,128). Sum of RGB (Red+Green+Blue) = 236+7+128=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0780 is #13F87F. Grayscale: #595959. Windows color (decimal): -1308800 or 8390636. OLE color: 8390636.

HSL color Cylindrical-coordinate representation of color #EC0780: hue angle of 328.3º 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 #EC0780 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 128 -
CMYK 0 0.97 0.46 0.07
HSL 328.3º 0.94% 0.48% -
HSV(B) 328.3º 0.97% 0.93% -
XYZ 38.56 19.54 22.16 -
YUV 89.27 149.87 232.66 -
System Red Green Blue C M Y K H S L
Decimal 236 7 128 0 0.97 0.46 0.07 328.3 0.94 0.48
Hex EC 7 80 0 61 2E 7 148 5E 30
Octal 354 7 200 0 141 56 7 510 136 60
Binary 11101100 111 10000000 0 1100001 101110 111 101001000 1011110 110000

Color Harmonies of #EC0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0780

Black with #EC0780

Text Example


Text Example

White with #EC0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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