Html Css Color HEX #EC1384 Deep Pink

📋 copy color: '#EC1384'

red 236 ◦ green 19 ◦ blue 132

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

Shades of Deep Pink #EC1384

Tints of Deep Pink #EC1384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

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

R = 60.98%
G = 4.91%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1384 (or 0xEC1384) is known color: Deep Pink. HEX triplet: EC, 13 and 84. RGB value is (236,19,132). Sum of RGB (Red+Green+Blue) = 236+19+132=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1384 is #13EC7B. Grayscale: #606060. Windows color (decimal): -1305724 or 8655852. OLE color: 8655852.

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

Color convert

RGB 236 19 132 -
CMYK 0 0.92 0.44 0.07
HSL 328.76º 0.85% 0.5% -
HSV(B) 328.76º 0.92% 0.93% -
XYZ 38.99 19.96 23.63 -
YUV 96.77 147.89 227.31 -
System Red Green Blue C M Y K H S L
Decimal 236 19 132 0 0.92 0.44 0.07 328.76 0.85 0.5
Hex EC 13 84 0 5C 2C 7 149 55 32
Octal 354 23 204 0 134 54 7 511 125 62
Binary 11101100 10011 10000100 0 1011100 101100 111 101001001 1010101 110010

Color Harmonies of #EC1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1384

Black with #EC1384

Text Example


Text Example

White with #EC1384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1384; }

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

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

background-color css

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

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

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

border-color css

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

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

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