Html Css Color HEX #EC0884 Deep Pink

📋 copy color: '#EC0884'

red 236 ◦ green 8 ◦ blue 132

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

Shades of Deep Pink #EC0884

Tints of Deep Pink #EC0884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 62.77%
G = 2.13%
B = 35.11%

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

#EC0884 (or 0xEC0884) is known color: Deep Pink. HEX triplet: EC, 08 and 84. RGB value is (236,8,132). Sum of RGB (Red+Green+Blue) = 236+8+132=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0884 is #13F77B. Grayscale: #5A5A5A. Windows color (decimal): -1308540 or 8653036. OLE color: 8653036.

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

Color convert

RGB 236 8 132 -
CMYK 0 0.97 0.44 0.07
HSL 327.37º 0.93% 0.48% -
HSV(B) 327.37º 0.97% 0.93% -
XYZ 38.84 19.67 23.58 -
YUV 90.31 151.54 231.92 -
System Red Green Blue C M Y K H S L
Decimal 236 8 132 0 0.97 0.44 0.07 327.37 0.93 0.48
Hex EC 8 84 0 61 2C 7 147 5D 30
Octal 354 10 204 0 141 54 7 507 135 60
Binary 11101100 1000 10000100 0 1100001 101100 111 101000111 1011101 110000

Color Harmonies of #EC0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0884

Black with #EC0884

Text Example


Text Example

White with #EC0884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0884; }

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

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

background-color css

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

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

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

border-color css

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

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

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