Html Css Color HEX #EC5F82 Dark Pink

📋 copy color: '#EC5F82'

red 236 ◦ green 95 ◦ blue 130

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

Shades of Dark Pink #EC5F82

Tints of Dark Pink #EC5F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

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

R = 51.19%
G = 20.61%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC5F82 (or 0xEC5F82) is known color: Dark Pink. HEX triplet: EC, 5F and 82. RGB value is (236,95,130). Sum of RGB (Red+Green+Blue) = 236+95+130=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5F82 is #13A07D. Grayscale: #8D8D8D. Windows color (decimal): -1286270 or 8544236. OLE color: 8544236.

HSL color Cylindrical-coordinate representation of color #EC5F82: hue angle of 345.11º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F82 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 130 -
CMYK 0 0.60 0.45 0.07
HSL 345.11º 0.79% 0.65% -
HSV(B) 345.11º 0.6% 0.93% -
XYZ 42.71 27.63 24.2 -
YUV 141.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 236 95 130 0 0.60 0.45 0.07 345.11 0.79 0.65
Hex EC 5F 82 0 3C 2D 7 159 4F 41
Octal 354 137 202 0 74 55 7 531 117 101
Binary 11101100 1011111 10000010 0 111100 101101 111 101011001 1001111 1000001

Color Harmonies of #EC5F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F82

Black with #EC5F82

Text Example


Text Example

White with #EC5F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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