Html Css Color HEX #EC5084 Dark Pink

📋 copy color: '#EC5084'

red 236 ◦ green 80 ◦ blue 132

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

Shades of Dark Pink #EC5084

Tints of Dark Pink #EC5084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 52.68%
G = 17.86%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5084 (or 0xEC5084) is known color: Dark Pink. HEX triplet: EC, 50 and 84. RGB value is (236,80,132). Sum of RGB (Red+Green+Blue) = 236+80+132=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5084 is #13AF7B. Grayscale: #848484. Windows color (decimal): -1290108 or 8671468. OLE color: 8671468.

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

Color convert

RGB 236 80 132 -
CMYK 0 0.66 0.44 0.07
HSL 340º 0.8% 0.62% -
HSV(B) 340º 0.66% 0.93% -
XYZ 41.63 25.24 24.51 -
YUV 132.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 236 80 132 0 0.66 0.44 0.07 340 0.8 0.62
Hex EC 50 84 0 42 2C 7 154 50 3E
Octal 354 120 204 0 102 54 7 524 120 76
Binary 11101100 1010000 10000100 0 1000010 101100 111 101010100 1010000 111110

Color Harmonies of #EC5084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5084

Black with #EC5084

Text Example


Text Example

White with #EC5084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5084; }

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

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

background-color css

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

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

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

border-color css

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

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

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