Html Css Color HEX #EC1B82 Deep Pink

📋 copy color: '#EC1B82'

red 236 ◦ green 27 ◦ blue 130

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

Shades of Deep Pink #EC1B82

Tints of Deep Pink #EC1B82

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

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

R = 60.05%
G = 6.87%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC1B82 (or 0xEC1B82) is known color: Deep Pink. HEX triplet: EC, 1B and 82. RGB value is (236,27,130). Sum of RGB (Red+Green+Blue) = 236+27+130=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1B82 is #13E47D. Grayscale: #656565. Windows color (decimal): -1303678 or 8526828. OLE color: 8526828.

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

Color convert

RGB 236 27 130 -
CMYK 0 0.89 0.45 0.07
HSL 330.43º 0.85% 0.52% -
HSV(B) 330.43º 0.89% 0.93% -
XYZ 39.01 20.23 22.97 -
YUV 101.23 144.24 224.12 -
System Red Green Blue C M Y K H S L
Decimal 236 27 130 0 0.89 0.45 0.07 330.43 0.85 0.52
Hex EC 1B 82 0 59 2D 7 14A 55 34
Octal 354 33 202 0 131 55 7 512 125 64
Binary 11101100 11011 10000010 0 1011001 101101 111 101001010 1010101 110100

Color Harmonies of #EC1B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B82

Black with #EC1B82

Text Example


Text Example

White with #EC1B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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