Html Css Color HEX #EC1D8D Deep Pink

📋 copy color: '#EC1D8D'

red 236 ◦ green 29 ◦ blue 141

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

Shades of Deep Pink #EC1D8D

Tints of Deep Pink #EC1D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 58.13%
G = 7.14%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC1D8D (or 0xEC1D8D) is known color: Deep Pink. HEX triplet: EC, 1D and 8D. RGB value is (236,29,141). Sum of RGB (Red+Green+Blue) = 236+29+141=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D8D is #13E272. Grayscale: #676767. Windows color (decimal): -1303155 or 9248236. OLE color: 9248236.

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

Color convert

RGB 236 29 141 -
CMYK 0 0.88 0.40 0.07
HSL 327.54º 0.84% 0.52% -
HSV(B) 327.54º 0.88% 0.93% -
XYZ 39.84 20.63 27.08 -
YUV 103.66 149.08 222.39 -
System Red Green Blue C M Y K H S L
Decimal 236 29 141 0 0.88 0.40 0.07 327.54 0.84 0.52
Hex EC 1D 8D 0 58 28 7 148 54 34
Octal 354 35 215 0 130 50 7 510 124 64
Binary 11101100 11101 10001101 0 1011000 101000 111 101001000 1010100 110100

Color Harmonies of #EC1D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D8D

Black with #EC1D8D

Text Example


Text Example

White with #EC1D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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