Html Css Color HEX #EC0081 Deep Pink

📋 copy color: '#EC0081'

red 236 ◦ green 0 ◦ blue 129

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

Shades of Deep Pink #EC0081

Tints of Deep Pink #EC0081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.66%
G = 0%
B = 35.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0081 (or 0xEC0081) is known color: Deep Pink. HEX triplet: EC, 00 and 81. RGB value is (236,0,129). Sum of RGB (Red+Green+Blue) = 236+0+129=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0081 is #13FF7E. Grayscale: #545454. Windows color (decimal): -1310591 or 8454380. OLE color: 8454380.

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

Color convert

RGB 236 0 129 -
CMYK 0 1 0.45 0.07
HSL 327.2º 1% 0.46% -
HSV(B) 327.2º 1% 0.93% -
XYZ 38.55 19.42 22.48 -
YUV 85.27 152.69 235.51 -
System Red Green Blue C M Y K H S L
Decimal 236 0 129 0 1 0.45 0.07 327.2 1 0.46
Hex EC 0 81 0 64 2D 7 147 64 2E
Octal 354 0 201 0 144 55 7 507 144 56
Binary 11101100 0 10000001 0 1100100 101101 111 101000111 1100100 101110

Color Harmonies of #EC0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0081

Black with #EC0081

Text Example


Text Example

White with #EC0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0081; }

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

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

background-color css

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

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

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

border-color css

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

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

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