Html Css Color HEX #EC187C Deep Pink

📋 copy color: '#EC187C'

red 236 ◦ green 24 ◦ blue 124

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

Shades of Deep Pink #EC187C

Tints of Deep Pink #EC187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.25%

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

R = 61.46%
G = 6.25%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC187C (or 0xEC187C) is known color: Deep Pink. HEX triplet: EC, 18 and 7C. RGB value is (236,24,124). Sum of RGB (Red+Green+Blue) = 236+24+124=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC187C is #13E783. Grayscale: #626262. Windows color (decimal): -1304452 or 8132844. OLE color: 8132844.

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

Color convert

RGB 236 24 124 -
CMYK 0 0.90 0.47 0.07
HSL 331.7º 0.85% 0.51% -
HSV(B) 331.7º 0.9% 0.93% -
XYZ 38.56 19.94 20.89 -
YUV 98.79 142.24 225.87 -
System Red Green Blue C M Y K H S L
Decimal 236 24 124 0 0.90 0.47 0.07 331.7 0.85 0.51
Hex EC 18 7C 0 5A 2F 7 14C 55 33
Octal 354 30 174 0 132 57 7 514 125 63
Binary 11101100 11000 1111100 0 1011010 101111 111 101001100 1010101 110011

Color Harmonies of #EC187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC187C

Black with #EC187C

Text Example


Text Example

White with #EC187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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