Html Css Color HEX #EC5B83 Dark Pink

📋 copy color: '#EC5B83'

red 236 ◦ green 91 ◦ blue 131

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

Shades of Dark Pink #EC5B83

Tints of Dark Pink #EC5B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

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

R = 51.53%
G = 19.87%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC5B83 (or 0xEC5B83) is known color: Dark Pink. HEX triplet: EC, 5B and 83. RGB value is (236,91,131). Sum of RGB (Red+Green+Blue) = 236+91+131=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5B83 is #13A47C. Grayscale: #8A8A8A. Windows color (decimal): -1287293 or 8608748. OLE color: 8608748.

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

Color convert

RGB 236 91 131 -
CMYK 0 0.61 0.44 0.07
HSL 343.45º 0.79% 0.64% -
HSV(B) 343.45º 0.61% 0.93% -
XYZ 42.43 26.95 24.44 -
YUV 138.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 236 91 131 0 0.61 0.44 0.07 343.45 0.79 0.64
Hex EC 5B 83 0 3D 2C 7 157 4F 40
Octal 354 133 203 0 75 54 7 527 117 100
Binary 11101100 1011011 10000011 0 111101 101100 111 101010111 1001111 1000000

Color Harmonies of #EC5B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B83

Black with #EC5B83

Text Example


Text Example

White with #EC5B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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