Html Css Color HEX #EC5382 Dark Pink

📋 copy color: '#EC5382'

red 236 ◦ green 83 ◦ blue 130

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

Shades of Dark Pink #EC5382

Tints of Dark Pink #EC5382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 52.56%
G = 18.49%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5382 (or 0xEC5382) is known color: Dark Pink. HEX triplet: EC, 53 and 82. RGB value is (236,83,130). Sum of RGB (Red+Green+Blue) = 236+83+130=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5382 is #13AC7D. Grayscale: #868686. Windows color (decimal): -1289342 or 8541164. OLE color: 8541164.

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

Color convert

RGB 236 83 130 -
CMYK 0 0.65 0.45 0.07
HSL 341.57º 0.8% 0.63% -
HSV(B) 341.57º 0.65% 0.93% -
XYZ 41.71 25.63 23.87 -
YUV 134.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 236 83 130 0 0.65 0.45 0.07 341.57 0.8 0.63
Hex EC 53 82 0 41 2D 7 156 50 3F
Octal 354 123 202 0 101 55 7 526 120 77
Binary 11101100 1010011 10000010 0 1000001 101101 111 101010110 1010000 111111

Color Harmonies of #EC5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5382

Black with #EC5382

Text Example


Text Example

White with #EC5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5382; }

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

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

background-color css

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

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

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

border-color css

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

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

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