Html Css Color HEX #EC5683 Dark Pink

📋 copy color: '#EC5683'

red 236 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #EC5683

Tints of Dark Pink #EC5683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

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

R = 52.1%
G = 18.98%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5683 (or 0xEC5683) is known color: Dark Pink. HEX triplet: EC, 56 and 83. RGB value is (236,86,131). Sum of RGB (Red+Green+Blue) = 236+86+131=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5683 is #13A97C. Grayscale: #878787. Windows color (decimal): -1288573 or 8607468. OLE color: 8607468.

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

Color convert

RGB 236 86 131 -
CMYK 0 0.64 0.44 0.07
HSL 342º 0.8% 0.63% -
HSV(B) 342º 0.64% 0.93% -
XYZ 42.02 26.13 24.3 -
YUV 135.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 236 86 131 0 0.64 0.44 0.07 342 0.8 0.63
Hex EC 56 83 0 40 2C 7 156 50 3F
Octal 354 126 203 0 100 54 7 526 120 77
Binary 11101100 1010110 10000011 0 1000000 101100 111 101010110 1010000 111111

Color Harmonies of #EC5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5683

Black with #EC5683

Text Example


Text Example

White with #EC5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5683; }

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

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

background-color css

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

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

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

border-color css

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

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

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