Html Css Color HEX #EC0981 Deep Pink

📋 copy color: '#EC0981'

red 236 ◦ green 9 ◦ blue 129

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

Shades of Deep Pink #EC0981

Tints of Deep Pink #EC0981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

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

R = 63.1%
G = 2.41%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC0981 (or 0xEC0981) is known color: Deep Pink. HEX triplet: EC, 09 and 81. RGB value is (236,9,129). Sum of RGB (Red+Green+Blue) = 236+9+129=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0981 is #13F67E. Grayscale: #5A5A5A. Windows color (decimal): -1308287 or 8456684. OLE color: 8456684.

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

Color convert

RGB 236 9 129 -
CMYK 0 0.96 0.45 0.07
HSL 328.28º 0.93% 0.48% -
HSV(B) 328.28º 0.96% 0.93% -
XYZ 38.65 19.61 22.52 -
YUV 90.55 149.71 231.74 -
System Red Green Blue C M Y K H S L
Decimal 236 9 129 0 0.96 0.45 0.07 328.28 0.93 0.48
Hex EC 9 81 0 60 2D 7 148 5D 30
Octal 354 11 201 0 140 55 7 510 135 60
Binary 11101100 1001 10000001 0 1100000 101101 111 101001000 1011101 110000

Color Harmonies of #EC0981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0981

Black with #EC0981

Text Example


Text Example

White with #EC0981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0981; }

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

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

background-color css

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

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

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

border-color css

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

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

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