Html Css Color HEX #EC199D Deep Pink

📋 copy color: '#EC199D'

red 236 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #EC199D

Tints of Deep Pink #EC199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.98%

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 56.46%
G = 5.98%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC199D (or 0xEC199D) is known color: Deep Pink. HEX triplet: EC, 19 and 9D. RGB value is (236,25,157). Sum of RGB (Red+Green+Blue) = 236+25+157=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC199D is #13E662. Grayscale: #666666. Windows color (decimal): -1304163 or 10295788. OLE color: 10295788.

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

Color convert

RGB 236 25 157 -
CMYK 0 0.89 0.33 0.07
HSL 322.46º 0.85% 0.51% -
HSV(B) 322.46º 0.89% 0.93% -
XYZ 41.03 20.96 33.78 -
YUV 103.14 158.4 222.77 -
System Red Green Blue C M Y K H S L
Decimal 236 25 157 0 0.89 0.33 0.07 322.46 0.85 0.51
Hex EC 19 9D 0 59 21 7 142 55 33
Octal 354 31 235 0 131 41 7 502 125 63
Binary 11101100 11001 10011101 0 1011001 100001 111 101000010 1010101 110011

Color Harmonies of #EC199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC199D

Black with #EC199D

Text Example


Text Example

White with #EC199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC199D; }

 p { color: rgb(236,25,157); }

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

background-color css

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

 a { background-color: rgb(236,25,157); }

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

border-color css

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

 span { border-color: rgb(236,25,157); }

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