Html Css Color HEX #EC1082 Deep Pink

📋 copy color: '#EC1082'

red 236 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #EC1082

Tints of Deep Pink #EC1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

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

R = 61.78%
G = 4.19%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1082 (or 0xEC1082) is known color: Deep Pink. HEX triplet: EC, 10 and 82. RGB value is (236,16,130). Sum of RGB (Red+Green+Blue) = 236+16+130=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1082 is #13EF7D. Grayscale: #5E5E5E. Windows color (decimal): -1306494 or 8524012. OLE color: 8524012.

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

Color convert

RGB 236 16 130 -
CMYK 0 0.93 0.45 0.07
HSL 328.91º 0.87% 0.49% -
HSV(B) 328.91º 0.93% 0.93% -
XYZ 38.81 19.82 22.9 -
YUV 94.78 147.89 228.73 -
System Red Green Blue C M Y K H S L
Decimal 236 16 130 0 0.93 0.45 0.07 328.91 0.87 0.49
Hex EC 10 82 0 5D 2D 7 149 57 31
Octal 354 20 202 0 135 55 7 511 127 61
Binary 11101100 10000 10000010 0 1011101 101101 111 101001001 1010111 110001

Color Harmonies of #EC1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1082

Black with #EC1082

Text Example


Text Example

White with #EC1082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1082; }

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

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

background-color css

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

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

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

border-color css

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

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

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