Html Css Color HEX #EC5482 Dark Pink

📋 copy color: '#EC5482'

red 236 ◦ green 84 ◦ blue 130

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

Shades of Dark Pink #EC5482

Tints of Dark Pink #EC5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

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

R = 52.44%
G = 18.67%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5482 (or 0xEC5482) is known color: Dark Pink. HEX triplet: EC, 54 and 82. RGB value is (236,84,130). Sum of RGB (Red+Green+Blue) = 236+84+130=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5482 is #13AB7D. Grayscale: #868686. Windows color (decimal): -1289086 or 8541420. OLE color: 8541420.

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

Color convert

RGB 236 84 130 -
CMYK 0 0.64 0.45 0.07
HSL 341.84º 0.8% 0.63% -
HSV(B) 341.84º 0.64% 0.93% -
XYZ 41.79 25.79 23.89 -
YUV 134.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 236 84 130 0 0.64 0.45 0.07 341.84 0.8 0.63
Hex EC 54 82 0 40 2D 7 156 50 3F
Octal 354 124 202 0 100 55 7 526 120 77
Binary 11101100 1010100 10000010 0 1000000 101101 111 101010110 1010000 111111

Color Harmonies of #EC5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5482

Black with #EC5482

Text Example


Text Example

White with #EC5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5482; }

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

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

background-color css

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

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

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

border-color css

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

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

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