Html Css Color HEX #EC1782 Deep Pink

📋 copy color: '#EC1782'

red 236 ◦ green 23 ◦ blue 130

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

Shades of Deep Pink #EC1782

Tints of Deep Pink #EC1782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 60.67%
G = 5.91%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1782 (or 0xEC1782) is known color: Deep Pink. HEX triplet: EC, 17 and 82. RGB value is (236,23,130). Sum of RGB (Red+Green+Blue) = 236+23+130=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1782 is #13E87D. Grayscale: #626262. Windows color (decimal): -1304702 or 8525804. OLE color: 8525804.

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

Color convert

RGB 236 23 130 -
CMYK 0 0.90 0.45 0.07
HSL 329.86º 0.85% 0.51% -
HSV(B) 329.86º 0.9% 0.93% -
XYZ 38.93 20.06 22.94 -
YUV 98.89 145.57 225.8 -
System Red Green Blue C M Y K H S L
Decimal 236 23 130 0 0.90 0.45 0.07 329.86 0.85 0.51
Hex EC 17 82 0 5A 2D 7 14A 55 33
Octal 354 27 202 0 132 55 7 512 125 63
Binary 11101100 10111 10000010 0 1011010 101101 111 101001010 1010101 110011

Color Harmonies of #EC1782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1782

Black with #EC1782

Text Example


Text Example

White with #EC1782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1782; }

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

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

background-color css

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

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

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

border-color css

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

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

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