Html Css Color HEX #EC5380 Dark Pink

📋 copy color: '#EC5380'

red 236 ◦ green 83 ◦ blue 128

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

Shades of Dark Pink #EC5380

Tints of Dark Pink #EC5380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.57%

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

R = 52.8%
G = 18.57%
B = 28.64%

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

#EC5380 (or 0xEC5380) is known color: Dark Pink. HEX triplet: EC, 53 and 80. RGB value is (236,83,128). Sum of RGB (Red+Green+Blue) = 236+83+128=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5380 is #13AC7F. Grayscale: #858585. Windows color (decimal): -1289344 or 8410092. OLE color: 8410092.

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

Color convert

RGB 236 83 128 -
CMYK 0 0.65 0.46 0.07
HSL 342.35º 0.8% 0.63% -
HSV(B) 342.35º 0.65% 0.93% -
XYZ 41.58 25.58 23.17 -
YUV 133.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 236 83 128 0 0.65 0.46 0.07 342.35 0.8 0.63
Hex EC 53 80 0 41 2E 7 156 50 3F
Octal 354 123 200 0 101 56 7 526 120 77
Binary 11101100 1010011 10000000 0 1000001 101110 111 101010110 1010000 111111

Color Harmonies of #EC5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5380

Black with #EC5380

Text Example


Text Example

White with #EC5380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5380; }

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

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

background-color css

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

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

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

border-color css

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

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

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