Html Css Color HEX #EC5981 Dark Pink

📋 copy color: '#EC5981'

red 236 ◦ green 89 ◦ blue 129

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

Shades of Dark Pink #EC5981

Tints of Dark Pink #EC5981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.6%

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

R = 51.98%
G = 19.6%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5981 (or 0xEC5981) is known color: Dark Pink. HEX triplet: EC, 59 and 81. RGB value is (236,89,129). Sum of RGB (Red+Green+Blue) = 236+89+129=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5981 is #13A67E. Grayscale: #898989. Windows color (decimal): -1287807 or 8477164. OLE color: 8477164.

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

Color convert

RGB 236 89 129 -
CMYK 0 0.62 0.45 0.07
HSL 343.67º 0.79% 0.64% -
HSV(B) 343.67º 0.62% 0.93% -
XYZ 42.13 26.56 23.68 -
YUV 137.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 236 89 129 0 0.62 0.45 0.07 343.67 0.79 0.64
Hex EC 59 81 0 3E 2D 7 158 4F 40
Octal 354 131 201 0 76 55 7 530 117 100
Binary 11101100 1011001 10000001 0 111110 101101 111 101011000 1001111 1000000

Color Harmonies of #EC5981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5981

Black with #EC5981

Text Example


Text Example

White with #EC5981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5981; }

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

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

background-color css

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

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

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

border-color css

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

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

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