Html Css Color HEX #EC5E89 Dark Pink

📋 copy color: '#EC5E89'

red 236 ◦ green 94 ◦ blue 137

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

Shades of Dark Pink #EC5E89

Tints of Dark Pink #EC5E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

 BLUE value IS 137 (53.91% from 255) = 29.34%

R = 50.54%
G = 20.13%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5E89 (or 0xEC5E89) is known color: Dark Pink. HEX triplet: EC, 5E and 89. RGB value is (236,94,137). Sum of RGB (Red+Green+Blue) = 236+94+137=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E89 is #13A176. Grayscale: #8D8D8D. Windows color (decimal): -1286519 or 9002732. OLE color: 9002732.

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

Color convert

RGB 236 94 137 -
CMYK 0 0.60 0.42 0.07
HSL 341.83º 0.79% 0.65% -
HSV(B) 341.83º 0.6% 0.93% -
XYZ 43.11 27.64 26.73 -
YUV 141.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 236 94 137 0 0.60 0.42 0.07 341.83 0.79 0.65
Hex EC 5E 89 0 3C 2A 7 156 4F 41
Octal 354 136 211 0 74 52 7 526 117 101
Binary 11101100 1011110 10001001 0 111100 101010 111 101010110 1001111 1000001

Color Harmonies of #EC5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E89

Black with #EC5E89

Text Example


Text Example

White with #EC5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E89; }

 p { color: rgb(236,94,137); }

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

background-color css

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

 a { background-color: rgb(236,94,137); }

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

border-color css

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

 span { border-color: rgb(236,94,137); }

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