Html Css Color HEX #EC5756 Flamingo

📋 copy color: '#EC5756'

red 236 ◦ green 87 ◦ blue 86

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

Shades of Flamingo #EC5756

Tints of Flamingo #EC5756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 57.7%
G = 21.27%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC5756 (or 0xEC5756) is known color: Flamingo. HEX triplet: EC, 57 and 56. RGB value is (236,87,86). Sum of RGB (Red+Green+Blue) = 236+87+86=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5756 is #13A8A9. Grayscale: #838383. Windows color (decimal): -1288362 or 5658604. OLE color: 5658604.

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

Color convert

RGB 236 87 86 -
CMYK 0 0.63 0.64 0.07
HSL 0.4º 0.8% 0.63% -
HSV(B) 0.4º 0.64% 0.93% -
XYZ 39.68 25.32 11.6 -
YUV 131.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 236 87 86 0 0.63 0.64 0.07 0.4 0.8 0.63
Hex EC 57 56 0 3F 40 7 0 50 3F
Octal 354 127 126 0 77 100 7 0 120 77
Binary 11101100 1010111 1010110 0 111111 1000000 111 0 1010000 111111

Color Harmonies of #EC5756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5756

Black with #EC5756

Text Example


Text Example

White with #EC5756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5756; }

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

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

background-color css

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

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

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

border-color css

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

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

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