Html Css Color HEX #EC5280 Dark Pink

📋 copy color: '#EC5280'

red 236 ◦ green 82 ◦ blue 128

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

Shades of Dark Pink #EC5280

Tints of Dark Pink #EC5280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.39%

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 52.91%
G = 18.39%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC5280 (or 0xEC5280) is known color: Dark Pink. HEX triplet: EC, 52 and 80. RGB value is (236,82,128). Sum of RGB (Red+Green+Blue) = 236+82+128=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5280 is #13AD7F. Grayscale: #858585. Windows color (decimal): -1289600 or 8409836. OLE color: 8409836.

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

Color convert

RGB 236 82 128 -
CMYK 0 0.65 0.46 0.07
HSL 342.08º 0.8% 0.62% -
HSV(B) 342.08º 0.65% 0.93% -
XYZ 41.51 25.43 23.14 -
YUV 133.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 236 82 128 0 0.65 0.46 0.07 342.08 0.8 0.62
Hex EC 52 80 0 41 2E 7 156 50 3E
Octal 354 122 200 0 101 56 7 526 120 76
Binary 11101100 1010010 10000000 0 1000001 101110 111 101010110 1010000 111110

Color Harmonies of #EC5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5280

Black with #EC5280

Text Example


Text Example

White with #EC5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5280; }

 p { color: rgb(236,82,128); }

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

background-color css

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

 a { background-color: rgb(236,82,128); }

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

border-color css

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

 span { border-color: rgb(236,82,128); }

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