Html Css Color HEX #EC1D8C Deep Pink

📋 copy color: '#EC1D8C'

red 236 ◦ green 29 ◦ blue 140

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

Shades of Deep Pink #EC1D8C

Tints of Deep Pink #EC1D8C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 58.27%
G = 7.16%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC1D8C (or 0xEC1D8C) is known color: Deep Pink. HEX triplet: EC, 1D and 8C. RGB value is (236,29,140). Sum of RGB (Red+Green+Blue) = 236+29+140=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D8C is #13E273. Grayscale: #676767. Windows color (decimal): -1303156 or 9182700. OLE color: 9182700.

HSL color Cylindrical-coordinate representation of color #EC1D8C: hue angle of 327.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D8C is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 29 140 -
CMYK 0 0.88 0.41 0.07
HSL 327.83º 0.84% 0.52% -
HSV(B) 327.83º 0.88% 0.93% -
XYZ 39.77 20.61 26.69 -
YUV 103.55 148.58 222.47 -
System Red Green Blue C M Y K H S L
Decimal 236 29 140 0 0.88 0.41 0.07 327.83 0.84 0.52
Hex EC 1D 8C 0 58 29 7 148 54 34
Octal 354 35 214 0 130 51 7 510 124 64
Binary 11101100 11101 10001100 0 1011000 101001 111 101001000 1010100 110100

Color Harmonies of #EC1D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D8C

Black with #EC1D8C

Text Example


Text Example

White with #EC1D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D8C; }

 p { color: rgb(236,29,140); }

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

background-color css

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

 a { background-color: rgb(236,29,140); }

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

border-color css

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

 span { border-color: rgb(236,29,140); }

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