Html Css Color HEX #EC2390 Deep Pink

📋 copy color: '#EC2390'

red 236 ◦ green 35 ◦ blue 144

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

Shades of Deep Pink #EC2390

Tints of Deep Pink #EC2390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.43%

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

R = 56.87%
G = 8.43%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC2390 (or 0xEC2390) is known color: Deep Pink. HEX triplet: EC, 23 and 90. RGB value is (236,35,144). Sum of RGB (Red+Green+Blue) = 236+35+144=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2390 is #13DC6F. Grayscale: #6B6B6B. Windows color (decimal): -1301616 or 9446380. OLE color: 9446380.

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

Color convert

RGB 236 35 144 -
CMYK 0 0.85 0.39 0.07
HSL 327.46º 0.84% 0.53% -
HSV(B) 327.46º 0.85% 0.93% -
XYZ 40.23 21.05 28.33 -
YUV 107.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 236 35 144 0 0.85 0.39 0.07 327.46 0.84 0.53
Hex EC 23 90 0 55 27 7 147 54 35
Octal 354 43 220 0 125 47 7 507 124 65
Binary 11101100 100011 10010000 0 1010101 100111 111 101000111 1010100 110101

Color Harmonies of #EC2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2390

Black with #EC2390

Text Example


Text Example

White with #EC2390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2390; }

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

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

background-color css

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

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

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

border-color css

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

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

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