Html Css Color HEX #EC1A90 Deep Pink

📋 copy color: '#EC1A90'

red 236 ◦ green 26 ◦ blue 144

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

Shades of Deep Pink #EC1A90

Tints of Deep Pink #EC1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.4%

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

R = 58.13%
G = 6.4%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1A90 (or 0xEC1A90) is known color: Deep Pink. HEX triplet: EC, 1A and 90. RGB value is (236,26,144). Sum of RGB (Red+Green+Blue) = 236+26+144=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A90 is #13E56F. Grayscale: #656565. Windows color (decimal): -1303920 or 9444076. OLE color: 9444076.

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

Color convert

RGB 236 26 144 -
CMYK 0 0.89 0.39 0.07
HSL 326.29º 0.85% 0.51% -
HSV(B) 326.29º 0.89% 0.93% -
XYZ 40 20.59 28.25 -
YUV 102.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 236 26 144 0 0.89 0.39 0.07 326.29 0.85 0.51
Hex EC 1A 90 0 59 27 7 146 55 33
Octal 354 32 220 0 131 47 7 506 125 63
Binary 11101100 11010 10010000 0 1011001 100111 111 101000110 1010101 110011

Color Harmonies of #EC1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A90

Black with #EC1A90

Text Example


Text Example

White with #EC1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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