Html Css Color HEX #EC5886 Dark Pink

📋 copy color: '#EC5886'

red 236 ◦ green 88 ◦ blue 134

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

Shades of Dark Pink #EC5886

Tints of Dark Pink #EC5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 51.53%
G = 19.21%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC5886 (or 0xEC5886) is known color: Dark Pink. HEX triplet: EC, 58 and 86. RGB value is (236,88,134). Sum of RGB (Red+Green+Blue) = 236+88+134=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5886 is #13A779. Grayscale: #898989. Windows color (decimal): -1288058 or 8804588. OLE color: 8804588.

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

Color convert

RGB 236 88 134 -
CMYK 0 0.63 0.43 0.07
HSL 341.35º 0.8% 0.64% -
HSV(B) 341.35º 0.63% 0.93% -
XYZ 42.38 26.53 25.44 -
YUV 137.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 236 88 134 0 0.63 0.43 0.07 341.35 0.8 0.64
Hex EC 58 86 0 3F 2B 7 155 50 40
Octal 354 130 206 0 77 53 7 525 120 100
Binary 11101100 1011000 10000110 0 111111 101011 111 101010101 1010000 1000000

Color Harmonies of #EC5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5886

Black with #EC5886

Text Example


Text Example

White with #EC5886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5886; }

 p { color: rgb(236,88,134); }

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

background-color css

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

 a { background-color: rgb(236,88,134); }

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

border-color css

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

 span { border-color: rgb(236,88,134); }

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