Html Css Color HEX #EC5985 Dark Pink

📋 copy color: '#EC5985'

red 236 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #EC5985

Tints of Dark Pink #EC5985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 51.53%
G = 19.43%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5985 (or 0xEC5985) is known color: Dark Pink. HEX triplet: EC, 59 and 85. RGB value is (236,89,133). Sum of RGB (Red+Green+Blue) = 236+89+133=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5985 is #13A67A. Grayscale: #898989. Windows color (decimal): -1287803 or 8739308. OLE color: 8739308.

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

Color convert

RGB 236 89 133 -
CMYK 0 0.62 0.44 0.07
HSL 342.04º 0.79% 0.64% -
HSV(B) 342.04º 0.62% 0.93% -
XYZ 42.4 26.67 25.1 -
YUV 137.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 236 89 133 0 0.62 0.44 0.07 342.04 0.79 0.64
Hex EC 59 85 0 3E 2C 7 156 4F 40
Octal 354 131 205 0 76 54 7 526 117 100
Binary 11101100 1011001 10000101 0 111110 101100 111 101010110 1001111 1000000

Color Harmonies of #EC5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5985

Black with #EC5985

Text Example


Text Example

White with #EC5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5985; }

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

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

background-color css

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

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

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

border-color css

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

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

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