Html Css Color HEX #EC1382 Deep Pink

📋 copy color: '#EC1382'

red 236 ◦ green 19 ◦ blue 130

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

Shades of Deep Pink #EC1382

Tints of Deep Pink #EC1382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

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

R = 61.3%
G = 4.94%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1382 (or 0xEC1382) is known color: Deep Pink. HEX triplet: EC, 13 and 82. RGB value is (236,19,130). Sum of RGB (Red+Green+Blue) = 236+19+130=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1382 is #13EC7D. Grayscale: #606060. Windows color (decimal): -1305726 or 8524780. OLE color: 8524780.

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

Color convert

RGB 236 19 130 -
CMYK 0 0.92 0.45 0.07
HSL 329.31º 0.85% 0.5% -
HSV(B) 329.31º 0.92% 0.93% -
XYZ 38.85 19.91 22.91 -
YUV 96.54 146.89 227.47 -
System Red Green Blue C M Y K H S L
Decimal 236 19 130 0 0.92 0.45 0.07 329.31 0.85 0.5
Hex EC 13 82 0 5C 2D 7 149 55 32
Octal 354 23 202 0 134 55 7 511 125 62
Binary 11101100 10011 10000010 0 1011100 101101 111 101001001 1010101 110010

Color Harmonies of #EC1382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1382

Black with #EC1382

Text Example


Text Example

White with #EC1382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1382; }

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

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

background-color css

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

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

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

border-color css

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

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

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