Html Css Color HEX #EC147C Deep Pink

📋 copy color: '#EC147C'

red 236 ◦ green 20 ◦ blue 124

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

Shades of Deep Pink #EC147C

Tints of Deep Pink #EC147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.26%

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

R = 62.11%
G = 5.26%
B = 32.63%

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

#EC147C (or 0xEC147C) is known color: Deep Pink. HEX triplet: EC, 14 and 7C. RGB value is (236,20,124). Sum of RGB (Red+Green+Blue) = 236+20+124=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC147C is #13EB83. Grayscale: #606060. Windows color (decimal): -1305476 or 8131820. OLE color: 8131820.

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

Color convert

RGB 236 20 124 -
CMYK 0 0.92 0.47 0.07
HSL 331.11º 0.85% 0.5% -
HSV(B) 331.11º 0.92% 0.93% -
XYZ 38.48 19.79 20.86 -
YUV 96.44 143.56 227.54 -
System Red Green Blue C M Y K H S L
Decimal 236 20 124 0 0.92 0.47 0.07 331.11 0.85 0.5
Hex EC 14 7C 0 5C 2F 7 14B 55 32
Octal 354 24 174 0 134 57 7 513 125 62
Binary 11101100 10100 1111100 0 1011100 101111 111 101001011 1010101 110010

Color Harmonies of #EC147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC147C

Black with #EC147C

Text Example


Text Example

White with #EC147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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