Html Css Color HEX #EC5F87 Dark Pink

📋 copy color: '#EC5F87'

red 236 ◦ green 95 ◦ blue 135

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

Shades of Dark Pink #EC5F87

Tints of Dark Pink #EC5F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 50.64%
G = 20.39%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC5F87 (or 0xEC5F87) is known color: Dark Pink. HEX triplet: EC, 5F and 87. RGB value is (236,95,135). Sum of RGB (Red+Green+Blue) = 236+95+135=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5F87 is #13A078. Grayscale: #8D8D8D. Windows color (decimal): -1286265 or 8871916. OLE color: 8871916.

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

Color convert

RGB 236 95 135 -
CMYK 0 0.60 0.43 0.07
HSL 342.98º 0.79% 0.65% -
HSV(B) 342.98º 0.6% 0.93% -
XYZ 43.06 27.77 26.01 -
YUV 141.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 236 95 135 0 0.60 0.43 0.07 342.98 0.79 0.65
Hex EC 5F 87 0 3C 2B 7 157 4F 41
Octal 354 137 207 0 74 53 7 527 117 101
Binary 11101100 1011111 10000111 0 111100 101011 111 101010111 1001111 1000001

Color Harmonies of #EC5F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F87

Black with #EC5F87

Text Example


Text Example

White with #EC5F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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