Html Css Color HEX #EC5082 Dark Pink

📋 copy color: '#EC5082'

red 236 ◦ green 80 ◦ blue 130

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

Shades of Dark Pink #EC5082

Tints of Dark Pink #EC5082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

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

R = 52.91%
G = 17.94%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5082 (or 0xEC5082) is known color: Dark Pink. HEX triplet: EC, 50 and 82. RGB value is (236,80,130). Sum of RGB (Red+Green+Blue) = 236+80+130=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5082 is #13AF7D. Grayscale: #848484. Windows color (decimal): -1290110 or 8540396. OLE color: 8540396.

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

Color convert

RGB 236 80 130 -
CMYK 0 0.66 0.45 0.07
HSL 340.77º 0.8% 0.62% -
HSV(B) 340.77º 0.66% 0.93% -
XYZ 41.49 25.18 23.79 -
YUV 132.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 236 80 130 0 0.66 0.45 0.07 340.77 0.8 0.62
Hex EC 50 82 0 42 2D 7 155 50 3E
Octal 354 120 202 0 102 55 7 525 120 76
Binary 11101100 1010000 10000010 0 1000010 101101 111 101010101 1010000 111110

Color Harmonies of #EC5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5082

Black with #EC5082

Text Example


Text Example

White with #EC5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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