Html Css Color HEX #EC2491 Deep Pink

📋 copy color: '#EC2491'

red 236 ◦ green 36 ◦ blue 145

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

Shades of Deep Pink #EC2491

Tints of Deep Pink #EC2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.63%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 56.59%
G = 8.63%
B = 34.77%

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

#EC2491 (or 0xEC2491) is known color: Deep Pink. HEX triplet: EC, 24 and 91. RGB value is (236,36,145). Sum of RGB (Red+Green+Blue) = 236+36+145=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2491 is #13DB6E. Grayscale: #6B6B6B. Windows color (decimal): -1301359 or 9512172. OLE color: 9512172.

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

Color convert

RGB 236 36 145 -
CMYK 0 0.85 0.39 0.07
HSL 327.3º 0.84% 0.53% -
HSV(B) 327.3º 0.85% 0.93% -
XYZ 40.33 21.14 28.74 -
YUV 108.23 148.76 219.14 -
System Red Green Blue C M Y K H S L
Decimal 236 36 145 0 0.85 0.39 0.07 327.3 0.84 0.53
Hex EC 24 91 0 55 27 7 147 54 35
Octal 354 44 221 0 125 47 7 507 124 65
Binary 11101100 100100 10010001 0 1010101 100111 111 101000111 1010100 110101

Color Harmonies of #EC2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2491

Black with #EC2491

Text Example


Text Example

White with #EC2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2491; }

 p { color: rgb(236,36,145); }

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

background-color css

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

 a { background-color: rgb(236,36,145); }

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

border-color css

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

 span { border-color: rgb(236,36,145); }

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