Html Css Color HEX #EC1880 Deep Pink

📋 copy color: '#EC1880'

red 236 ◦ green 24 ◦ blue 128

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

Shades of Deep Pink #EC1880

Tints of Deep Pink #EC1880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.19%

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

R = 60.82%
G = 6.19%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC1880 (or 0xEC1880) is known color: Deep Pink. HEX triplet: EC, 18 and 80. RGB value is (236,24,128). Sum of RGB (Red+Green+Blue) = 236+24+128=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1880 is #13E77F. Grayscale: #636363. Windows color (decimal): -1304448 or 8394988. OLE color: 8394988.

HSL color Cylindrical-coordinate representation of color #EC1880: hue angle of 330.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1880 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 128 -
CMYK 0 0.90 0.46 0.07
HSL 330.57º 0.85% 0.51% -
HSV(B) 330.57º 0.9% 0.93% -
XYZ 38.81 20.04 22.25 -
YUV 99.24 144.24 225.54 -
System Red Green Blue C M Y K H S L
Decimal 236 24 128 0 0.90 0.46 0.07 330.57 0.85 0.51
Hex EC 18 80 0 5A 2E 7 14B 55 33
Octal 354 30 200 0 132 56 7 513 125 63
Binary 11101100 11000 10000000 0 1011010 101110 111 101001011 1010101 110011

Color Harmonies of #EC1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1880

Black with #EC1880

Text Example


Text Example

White with #EC1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1880; }

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

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

background-color css

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

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

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

border-color css

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

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

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