Html Css Color HEX #EC5D8F Dark Pink

📋 copy color: '#EC5D8F'

red 236 ◦ green 93 ◦ blue 143

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

Shades of Dark Pink #EC5D8F

Tints of Dark Pink #EC5D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.7%

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 50%
G = 19.7%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5D8F (or 0xEC5D8F) is known color: Dark Pink. HEX triplet: EC, 5D and 8F. RGB value is (236,93,143). Sum of RGB (Red+Green+Blue) = 236+93+143=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D8F is #13A270. Grayscale: #8D8D8D. Windows color (decimal): -1286769 or 9395692. OLE color: 9395692.

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

Color convert

RGB 236 93 143 -
CMYK 0 0.61 0.39 0.07
HSL 339.02º 0.79% 0.65% -
HSV(B) 339.02º 0.61% 0.93% -
XYZ 43.46 27.64 29.03 -
YUV 141.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 236 93 143 0 0.61 0.39 0.07 339.02 0.79 0.65
Hex EC 5D 8F 0 3D 27 7 153 4F 41
Octal 354 135 217 0 75 47 7 523 117 101
Binary 11101100 1011101 10001111 0 111101 100111 111 101010011 1001111 1000001

Color Harmonies of #EC5D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D8F

Black with #EC5D8F

Text Example


Text Example

White with #EC5D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D8F; }

 p { color: rgb(236,93,143); }

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

background-color css

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

 a { background-color: rgb(236,93,143); }

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

border-color css

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

 span { border-color: rgb(236,93,143); }

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