Html Css Color HEX #EC5983 Dark Pink

📋 copy color: '#EC5983'

red 236 ◦ green 89 ◦ blue 131

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

Shades of Dark Pink #EC5983

Tints of Dark Pink #EC5983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.52%

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

R = 51.75%
G = 19.52%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5983 (or 0xEC5983) is known color: Dark Pink. HEX triplet: EC, 59 and 83. RGB value is (236,89,131). Sum of RGB (Red+Green+Blue) = 236+89+131=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5983 is #13A67C. Grayscale: #898989. Windows color (decimal): -1287805 or 8608236. OLE color: 8608236.

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

Color convert

RGB 236 89 131 -
CMYK 0 0.62 0.44 0.07
HSL 342.86º 0.79% 0.64% -
HSV(B) 342.86º 0.62% 0.93% -
XYZ 42.26 26.62 24.38 -
YUV 137.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 236 89 131 0 0.62 0.44 0.07 342.86 0.79 0.64
Hex EC 59 83 0 3E 2C 7 157 4F 40
Octal 354 131 203 0 76 54 7 527 117 100
Binary 11101100 1011001 10000011 0 111110 101100 111 101010111 1001111 1000000

Color Harmonies of #EC5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5983

Black with #EC5983

Text Example


Text Example

White with #EC5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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