Html Css Color HEX #EC1E90 Deep Pink

📋 copy color: '#EC1E90'

red 236 ◦ green 30 ◦ blue 144

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

Shades of Deep Pink #EC1E90

Tints of Deep Pink #EC1E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.32%

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

R = 57.56%
G = 7.32%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1E90 (or 0xEC1E90) is known color: Deep Pink. HEX triplet: EC, 1E and 90. RGB value is (236,30,144). Sum of RGB (Red+Green+Blue) = 236+30+144=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E90 is #13E16F. Grayscale: #686868. Windows color (decimal): -1302896 or 9445100. OLE color: 9445100.

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

Color convert

RGB 236 30 144 -
CMYK 0 0.87 0.39 0.07
HSL 326.8º 0.84% 0.52% -
HSV(B) 326.8º 0.87% 0.93% -
XYZ 40.09 20.78 28.28 -
YUV 104.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 236 30 144 0 0.87 0.39 0.07 326.8 0.84 0.52
Hex EC 1E 90 0 57 27 7 147 54 34
Octal 354 36 220 0 127 47 7 507 124 64
Binary 11101100 11110 10010000 0 1010111 100111 111 101000111 1010100 110100

Color Harmonies of #EC1E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E90

Black with #EC1E90

Text Example


Text Example

White with #EC1E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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