Html Css Color HEX #EC0480 Deep Pink

📋 copy color: '#EC0480'

red 236 ◦ green 4 ◦ blue 128

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

Shades of Deep Pink #EC0480

Tints of Deep Pink #EC0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 64.13%
G = 1.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC0480 (or 0xEC0480) is known color: Deep Pink. HEX triplet: EC, 04 and 80. RGB value is (236,4,128). Sum of RGB (Red+Green+Blue) = 236+4+128=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0480 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0480 is #13FB7F. Grayscale: #575757. Windows color (decimal): -1309568 or 8389868. OLE color: 8389868.

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

Color convert

RGB 236 4 128 -
CMYK 0 0.98 0.46 0.07
HSL 327.93º 0.97% 0.47% -
HSV(B) 327.93º 0.98% 0.93% -
XYZ 38.53 19.48 22.15 -
YUV 87.5 150.86 233.92 -
System Red Green Blue C M Y K H S L
Decimal 236 4 128 0 0.98 0.46 0.07 327.93 0.97 0.47
Hex EC 4 80 0 62 2E 7 148 61 2F
Octal 354 4 200 0 142 56 7 510 141 57
Binary 11101100 100 10000000 0 1100010 101110 111 101001000 1100001 101111

Color Harmonies of #EC0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0480

Black with #EC0480

Text Example


Text Example

White with #EC0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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