Html Css Color HEX #EC5182 Dark Pink

📋 copy color: '#EC5182'

red 236 ◦ green 81 ◦ blue 130

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

Shades of Dark Pink #EC5182

Tints of Dark Pink #EC5182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.12%

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

R = 52.8%
G = 18.12%
B = 29.08%

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

#EC5182 (or 0xEC5182) is known color: Dark Pink. HEX triplet: EC, 51 and 82. RGB value is (236,81,130). Sum of RGB (Red+Green+Blue) = 236+81+130=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5182 is #13AE7D. Grayscale: #848484. Windows color (decimal): -1289854 or 8540652. OLE color: 8540652.

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

Color convert

RGB 236 81 130 -
CMYK 0 0.66 0.45 0.07
HSL 341.03º 0.8% 0.62% -
HSV(B) 341.03º 0.66% 0.93% -
XYZ 41.56 25.33 23.82 -
YUV 132.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 236 81 130 0 0.66 0.45 0.07 341.03 0.8 0.62
Hex EC 51 82 0 42 2D 7 155 50 3E
Octal 354 121 202 0 102 55 7 525 120 76
Binary 11101100 1010001 10000010 0 1000010 101101 111 101010101 1010000 111110

Color Harmonies of #EC5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5182

Black with #EC5182

Text Example


Text Example

White with #EC5182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5182; }

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

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

background-color css

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

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

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

border-color css

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

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

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