Html Css Color HEX #EC1682 Deep Pink

📋 copy color: '#EC1682'

red 236 ◦ green 22 ◦ blue 130

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

Shades of Deep Pink #EC1682

Tints of Deep Pink #EC1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.67%

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

R = 60.82%
G = 5.67%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1682 (or 0xEC1682) is known color: Deep Pink. HEX triplet: EC, 16 and 82. RGB value is (236,22,130). Sum of RGB (Red+Green+Blue) = 236+22+130=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1682 is #13E97D. Grayscale: #626262. Windows color (decimal): -1304958 or 8525548. OLE color: 8525548.

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

Color convert

RGB 236 22 130 -
CMYK 0 0.91 0.45 0.07
HSL 329.72º 0.85% 0.51% -
HSV(B) 329.72º 0.91% 0.93% -
XYZ 38.91 20.02 22.93 -
YUV 98.3 145.9 226.22 -
System Red Green Blue C M Y K H S L
Decimal 236 22 130 0 0.91 0.45 0.07 329.72 0.85 0.51
Hex EC 16 82 0 5B 2D 7 14A 55 33
Octal 354 26 202 0 133 55 7 512 125 63
Binary 11101100 10110 10000010 0 1011011 101101 111 101001010 1010101 110011

Color Harmonies of #EC1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1682

Black with #EC1682

Text Example


Text Example

White with #EC1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1682; }

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

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

background-color css

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

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

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

border-color css

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

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

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