Html Css Color HEX #EC5656 Flamingo

📋 copy color: '#EC5656'

red 236 ◦ green 86 ◦ blue 86

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

Shades of Flamingo #EC5656

Tints of Flamingo #EC5656

RGB

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

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

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

R = 57.84%
G = 21.08%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC5656 (or 0xEC5656) is known color: Flamingo. HEX triplet: EC, 56 and 56. RGB value is (236,86,86). Sum of RGB (Red+Green+Blue) = 236+86+86=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5656 is #13A9A9. Grayscale: #838383. Windows color (decimal): -1288618 or 5658348. OLE color: 5658348.

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

Color convert

RGB 236 86 86 -
CMYK 0 0.64 0.64 0.07
HSL 0.8% 0.63% -
HSV(B) 0.64% 0.93% -
XYZ 39.6 25.16 11.57 -
YUV 130.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 236 86 86 0 0.64 0.64 0.07 0 0.8 0.63
Hex EC 56 56 0 40 40 7 0 50 3F
Octal 354 126 126 0 100 100 7 0 120 77
Binary 11101100 1010110 1010110 0 1000000 1000000 111 0 1010000 111111

Color Harmonies of #EC5656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5656

Black with #EC5656

Text Example


Text Example

White with #EC5656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5656; }

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

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

background-color css

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

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

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

border-color css

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

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

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