Html Css Color HEX #EC5E83 Dark Pink

📋 copy color: '#EC5E83'

red 236 ◦ green 94 ◦ blue 131

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

Shades of Dark Pink #EC5E83

Tints of Dark Pink #EC5E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.42%

R = 51.19%
G = 20.39%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5E83 (or 0xEC5E83) is known color: Dark Pink. HEX triplet: EC, 5E and 83. RGB value is (236,94,131). Sum of RGB (Red+Green+Blue) = 236+94+131=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E83 is #13A17C. Grayscale: #8C8C8C. Windows color (decimal): -1286525 or 8609516. OLE color: 8609516.

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

Color convert

RGB 236 94 131 -
CMYK 0 0.60 0.44 0.07
HSL 344.37º 0.79% 0.65% -
HSV(B) 344.37º 0.6% 0.93% -
XYZ 42.69 27.48 24.53 -
YUV 140.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 236 94 131 0 0.60 0.44 0.07 344.37 0.79 0.65
Hex EC 5E 83 0 3C 2C 7 158 4F 41
Octal 354 136 203 0 74 54 7 530 117 101
Binary 11101100 1011110 10000011 0 111100 101100 111 101011000 1001111 1000001

Color Harmonies of #EC5E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E83

Black with #EC5E83

Text Example


Text Example

White with #EC5E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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