Html Css Color HEX #EC197C Deep Pink

📋 copy color: '#EC197C'

red 236 ◦ green 25 ◦ blue 124

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

Shades of Deep Pink #EC197C

Tints of Deep Pink #EC197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 61.3%
G = 6.49%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC197C (or 0xEC197C) is known color: Deep Pink. HEX triplet: EC, 19 and 7C. RGB value is (236,25,124). Sum of RGB (Red+Green+Blue) = 236+25+124=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC197C is #13E683. Grayscale: #636363. Windows color (decimal): -1304196 or 8133100. OLE color: 8133100.

HSL color Cylindrical-coordinate representation of color #EC197C: hue angle of 331.85º 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 #EC197C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 124 -
CMYK 0 0.89 0.47 0.07
HSL 331.85º 0.85% 0.51% -
HSV(B) 331.85º 0.89% 0.93% -
XYZ 38.58 19.98 20.89 -
YUV 99.38 141.9 225.45 -
System Red Green Blue C M Y K H S L
Decimal 236 25 124 0 0.89 0.47 0.07 331.85 0.85 0.51
Hex EC 19 7C 0 59 2F 7 14C 55 33
Octal 354 31 174 0 131 57 7 514 125 63
Binary 11101100 11001 1111100 0 1011001 101111 111 101001100 1010101 110011

Color Harmonies of #EC197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC197C

Black with #EC197C

Text Example


Text Example

White with #EC197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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