Html Css Color HEX #EC5781 Dark Pink

📋 copy color: '#EC5781'

red 236 ◦ green 87 ◦ blue 129

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

Shades of Dark Pink #EC5781

Tints of Dark Pink #EC5781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

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

R = 52.21%
G = 19.25%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5781 (or 0xEC5781) is known color: Dark Pink. HEX triplet: EC, 57 and 81. RGB value is (236,87,129). Sum of RGB (Red+Green+Blue) = 236+87+129=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5781 is #13A87E. Grayscale: #888888. Windows color (decimal): -1288319 or 8476652. OLE color: 8476652.

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

Color convert

RGB 236 87 129 -
CMYK 0 0.63 0.45 0.07
HSL 343.09º 0.8% 0.63% -
HSV(B) 343.09º 0.63% 0.93% -
XYZ 41.96 26.23 23.62 -
YUV 136.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 236 87 129 0 0.63 0.45 0.07 343.09 0.8 0.63
Hex EC 57 81 0 3F 2D 7 157 50 3F
Octal 354 127 201 0 77 55 7 527 120 77
Binary 11101100 1010111 10000001 0 111111 101101 111 101010111 1010000 111111

Color Harmonies of #EC5781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5781

Black with #EC5781

Text Example


Text Example

White with #EC5781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5781; }

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

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

background-color css

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

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

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

border-color css

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

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

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