Html Css Color HEX #EC1081 Deep Pink

📋 copy color: '#EC1081'

red 236 ◦ green 16 ◦ blue 129

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

Shades of Deep Pink #EC1081

Tints of Deep Pink #EC1081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 61.94%
G = 4.2%
B = 33.86%

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

#EC1081 (or 0xEC1081) is known color: Deep Pink. HEX triplet: EC, 10 and 81. RGB value is (236,16,129). Sum of RGB (Red+Green+Blue) = 236+16+129=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1081 is #13EF7E. Grayscale: #5E5E5E. Windows color (decimal): -1306495 or 8458476. OLE color: 8458476.

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

Color convert

RGB 236 16 129 -
CMYK 0 0.93 0.45 0.07
HSL 329.18º 0.87% 0.49% -
HSV(B) 329.18º 0.93% 0.93% -
XYZ 38.74 19.79 22.55 -
YUV 94.66 147.39 228.81 -
System Red Green Blue C M Y K H S L
Decimal 236 16 129 0 0.93 0.45 0.07 329.18 0.87 0.49
Hex EC 10 81 0 5D 2D 7 149 57 31
Octal 354 20 201 0 135 55 7 511 127 61
Binary 11101100 10000 10000001 0 1011101 101101 111 101001001 1010111 110001

Color Harmonies of #EC1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1081

Black with #EC1081

Text Example


Text Example

White with #EC1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1081; }

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

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

background-color css

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

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

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

border-color css

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

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

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