Html Css Color HEX #EC5681 Dark Pink

📋 copy color: '#EC5681'

red 236 ◦ green 86 ◦ blue 129

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

Shades of Dark Pink #EC5681

Tints of Dark Pink #EC5681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.07%

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

R = 52.33%
G = 19.07%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5681 (or 0xEC5681) is known color: Dark Pink. HEX triplet: EC, 56 and 81. RGB value is (236,86,129). Sum of RGB (Red+Green+Blue) = 236+86+129=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5681 is #13A97E. Grayscale: #878787. Windows color (decimal): -1288575 or 8476396. OLE color: 8476396.

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

Color convert

RGB 236 86 129 -
CMYK 0 0.64 0.45 0.07
HSL 342.8º 0.8% 0.63% -
HSV(B) 342.8º 0.64% 0.93% -
XYZ 41.88 26.07 23.59 -
YUV 135.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 236 86 129 0 0.64 0.45 0.07 342.8 0.8 0.63
Hex EC 56 81 0 40 2D 7 157 50 3F
Octal 354 126 201 0 100 55 7 527 120 77
Binary 11101100 1010110 10000001 0 1000000 101101 111 101010111 1010000 111111

Color Harmonies of #EC5681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5681

Black with #EC5681

Text Example


Text Example

White with #EC5681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5681; }

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

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

background-color css

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

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

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

border-color css

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

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

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