Html Css Color HEX #EC1791 Deep Pink

📋 copy color: '#EC1791'

red 236 ◦ green 23 ◦ blue 145

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

Shades of Deep Pink #EC1791

Tints of Deep Pink #EC1791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.69%

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

R = 58.42%
G = 5.69%
B = 35.89%

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

#EC1791 (or 0xEC1791) is known color: Deep Pink. HEX triplet: EC, 17 and 91. RGB value is (236,23,145). Sum of RGB (Red+Green+Blue) = 236+23+145=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1791 is #13E86E. Grayscale: #646464. Windows color (decimal): -1304687 or 9508844. OLE color: 9508844.

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

Color convert

RGB 236 23 145 -
CMYK 0 0.90 0.39 0.07
HSL 325.63º 0.85% 0.51% -
HSV(B) 325.63º 0.9% 0.93% -
XYZ 40.01 20.49 28.63 -
YUV 100.6 153.07 224.58 -
System Red Green Blue C M Y K H S L
Decimal 236 23 145 0 0.90 0.39 0.07 325.63 0.85 0.51
Hex EC 17 91 0 5A 27 7 146 55 33
Octal 354 27 221 0 132 47 7 506 125 63
Binary 11101100 10111 10010001 0 1011010 100111 111 101000110 1010101 110011

Color Harmonies of #EC1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1791

Black with #EC1791

Text Example


Text Example

White with #EC1791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1791; }

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

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

background-color css

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

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

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

border-color css

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

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

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