Html Css Color HEX #EC1D90 Deep Pink

📋 copy color: '#EC1D90'

red 236 ◦ green 29 ◦ blue 144

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

Shades of Deep Pink #EC1D90

Tints of Deep Pink #EC1D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 57.7%
G = 7.09%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1D90 (or 0xEC1D90) is known color: Deep Pink. HEX triplet: EC, 1D and 90. RGB value is (236,29,144). Sum of RGB (Red+Green+Blue) = 236+29+144=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D90 is #13E26F. Grayscale: #676767. Windows color (decimal): -1303152 or 9444844. OLE color: 9444844.

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

Color convert

RGB 236 29 144 -
CMYK 0 0.88 0.39 0.07
HSL 326.67º 0.84% 0.52% -
HSV(B) 326.67º 0.88% 0.93% -
XYZ 40.07 20.73 28.27 -
YUV 104 150.58 222.15 -
System Red Green Blue C M Y K H S L
Decimal 236 29 144 0 0.88 0.39 0.07 326.67 0.84 0.52
Hex EC 1D 90 0 58 27 7 147 54 34
Octal 354 35 220 0 130 47 7 507 124 64
Binary 11101100 11101 10010000 0 1011000 100111 111 101000111 1010100 110100

Color Harmonies of #EC1D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D90

Black with #EC1D90

Text Example


Text Example

White with #EC1D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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