Html Css Color HEX #EC137D Deep Pink

📋 copy color: '#EC137D'

red 236 ◦ green 19 ◦ blue 125

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

Shades of Deep Pink #EC137D

Tints of Deep Pink #EC137D

RGB

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

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

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

R = 62.11%
G = 5%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC137D (or 0xEC137D) is known color: Deep Pink. HEX triplet: EC, 13 and 7D. RGB value is (236,19,125). Sum of RGB (Red+Green+Blue) = 236+19+125=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC137D is #13EC82. Grayscale: #5F5F5F. Windows color (decimal): -1305731 or 8197100. OLE color: 8197100.

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

Color convert

RGB 236 19 125 -
CMYK 0 0.92 0.47 0.07
HSL 330.69º 0.85% 0.5% -
HSV(B) 330.69º 0.92% 0.93% -
XYZ 38.53 19.78 21.19 -
YUV 95.97 144.39 227.88 -
System Red Green Blue C M Y K H S L
Decimal 236 19 125 0 0.92 0.47 0.07 330.69 0.85 0.5
Hex EC 13 7D 0 5C 2F 7 14B 55 32
Octal 354 23 175 0 134 57 7 513 125 62
Binary 11101100 10011 1111101 0 1011100 101111 111 101001011 1010101 110010

Color Harmonies of #EC137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC137D

Black with #EC137D

Text Example


Text Example

White with #EC137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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