Html Css Color HEX #EC5C88 Dark Pink

📋 copy color: '#EC5C88'

red 236 ◦ green 92 ◦ blue 136

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

Shades of Dark Pink #EC5C88

Tints of Dark Pink #EC5C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.83%

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 50.86%
G = 19.83%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5C88 (or 0xEC5C88) is known color: Dark Pink. HEX triplet: EC, 5C and 88. RGB value is (236,92,136). Sum of RGB (Red+Green+Blue) = 236+92+136=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5C88 is #13A377. Grayscale: #8C8C8C. Windows color (decimal): -1287032 or 8936684. OLE color: 8936684.

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

Color convert

RGB 236 92 136 -
CMYK 0 0.61 0.42 0.07
HSL 341.67º 0.79% 0.64% -
HSV(B) 341.67º 0.61% 0.93% -
XYZ 42.86 27.26 26.3 -
YUV 140.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 236 92 136 0 0.61 0.42 0.07 341.67 0.79 0.64
Hex EC 5C 88 0 3D 2A 7 156 4F 40
Octal 354 134 210 0 75 52 7 526 117 100
Binary 11101100 1011100 10001000 0 111101 101010 111 101010110 1001111 1000000

Color Harmonies of #EC5C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C88

Black with #EC5C88

Text Example


Text Example

White with #EC5C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C88; }

 p { color: rgb(236,92,136); }

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

background-color css

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

 a { background-color: rgb(236,92,136); }

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

border-color css

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

 span { border-color: rgb(236,92,136); }

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