Html Css Color HEX #EC1890 Deep Pink

📋 copy color: '#EC1890'

red 236 ◦ green 24 ◦ blue 144

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

Shades of Deep Pink #EC1890

Tints of Deep Pink #EC1890

RGB

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

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

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

R = 58.42%
G = 5.94%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1890 (or 0xEC1890) is known color: Deep Pink. HEX triplet: EC, 18 and 90. RGB value is (236,24,144). Sum of RGB (Red+Green+Blue) = 236+24+144=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1890 is #13E76F. Grayscale: #646464. Windows color (decimal): -1304432 or 9443564. OLE color: 9443564.

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

Color convert

RGB 236 24 144 -
CMYK 0 0.90 0.39 0.07
HSL 326.04º 0.85% 0.51% -
HSV(B) 326.04º 0.9% 0.93% -
XYZ 39.95 20.5 28.24 -
YUV 101.07 152.24 224.24 -
System Red Green Blue C M Y K H S L
Decimal 236 24 144 0 0.90 0.39 0.07 326.04 0.85 0.51
Hex EC 18 90 0 5A 27 7 146 55 33
Octal 354 30 220 0 132 47 7 506 125 63
Binary 11101100 11000 10010000 0 1011010 100111 111 101000110 1010101 110011

Color Harmonies of #EC1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1890

Black with #EC1890

Text Example


Text Example

White with #EC1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1890; }

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

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

background-color css

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

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

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

border-color css

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

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

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