Html Css Color HEX #EC197D Deep Pink

📋 copy color: '#EC197D'

red 236 ◦ green 25 ◦ blue 125

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

Shades of Deep Pink #EC197D

Tints of Deep Pink #EC197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 61.14%
G = 6.48%
B = 32.38%

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

#EC197D (or 0xEC197D) is known color: Deep Pink. HEX triplet: EC, 19 and 7D. RGB value is (236,25,125). Sum of RGB (Red+Green+Blue) = 236+25+125=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC197D is #13E682. Grayscale: #636363. Windows color (decimal): -1304195 or 8198636. OLE color: 8198636.

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

Color convert

RGB 236 25 125 -
CMYK 0 0.89 0.47 0.07
HSL 331.56º 0.85% 0.51% -
HSV(B) 331.56º 0.89% 0.93% -
XYZ 38.64 20.01 21.23 -
YUV 99.49 142.4 225.37 -
System Red Green Blue C M Y K H S L
Decimal 236 25 125 0 0.89 0.47 0.07 331.56 0.85 0.51
Hex EC 19 7D 0 59 2F 7 14C 55 33
Octal 354 31 175 0 131 57 7 514 125 63
Binary 11101100 11001 1111101 0 1011001 101111 111 101001100 1010101 110011

Color Harmonies of #EC197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC197D

Black with #EC197D

Text Example


Text Example

White with #EC197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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