Html Css Color HEX #EC5284 Dark Pink

📋 copy color: '#EC5284'

red 236 ◦ green 82 ◦ blue 132

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

Shades of Dark Pink #EC5284

Tints of Dark Pink #EC5284

RGB

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

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

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

R = 52.44%
G = 18.22%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5284 (or 0xEC5284) is known color: Dark Pink. HEX triplet: EC, 52 and 84. RGB value is (236,82,132). Sum of RGB (Red+Green+Blue) = 236+82+132=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5284 is #13AD7B. Grayscale: #858585. Windows color (decimal): -1289596 or 8671980. OLE color: 8671980.

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

Color convert

RGB 236 82 132 -
CMYK 0 0.65 0.44 0.07
HSL 340.52º 0.8% 0.62% -
HSV(B) 340.52º 0.65% 0.93% -
XYZ 41.77 25.53 24.56 -
YUV 133.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 236 82 132 0 0.65 0.44 0.07 340.52 0.8 0.62
Hex EC 52 84 0 41 2C 7 155 50 3E
Octal 354 122 204 0 101 54 7 525 120 76
Binary 11101100 1010010 10000100 0 1000001 101100 111 101010101 1010000 111110

Color Harmonies of #EC5284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5284

Black with #EC5284

Text Example


Text Example

White with #EC5284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5284; }

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

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

background-color css

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

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

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

border-color css

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

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

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