Html Css Color HEX #EC1886 Deep Pink

📋 copy color: '#EC1886'

red 236 ◦ green 24 ◦ blue 134

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

Shades of Deep Pink #EC1886

Tints of Deep Pink #EC1886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 59.9%
G = 6.09%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC1886 (or 0xEC1886) is known color: Deep Pink. HEX triplet: EC, 18 and 86. RGB value is (236,24,134). Sum of RGB (Red+Green+Blue) = 236+24+134=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1886 is #13E779. Grayscale: #636363. Windows color (decimal): -1304442 or 8788204. OLE color: 8788204.

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

Color convert

RGB 236 24 134 -
CMYK 0 0.90 0.43 0.07
HSL 328.87º 0.85% 0.51% -
HSV(B) 328.87º 0.9% 0.93% -
XYZ 39.22 20.21 24.39 -
YUV 99.93 147.24 225.06 -
System Red Green Blue C M Y K H S L
Decimal 236 24 134 0 0.90 0.43 0.07 328.87 0.85 0.51
Hex EC 18 86 0 5A 2B 7 149 55 33
Octal 354 30 206 0 132 53 7 511 125 63
Binary 11101100 11000 10000110 0 1011010 101011 111 101001001 1010101 110011

Color Harmonies of #EC1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1886

Black with #EC1886

Text Example


Text Example

White with #EC1886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1886; }

 p { color: rgb(236,24,134); }

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

background-color css

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

 a { background-color: rgb(236,24,134); }

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

border-color css

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

 span { border-color: rgb(236,24,134); }

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