Html Css Color HEX #EC5655 Flamingo

📋 copy color: '#EC5655'

red 236 ◦ green 86 ◦ blue 85

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

Shades of Flamingo #EC5655

Tints of Flamingo #EC5655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.88%

R = 57.99%
G = 21.13%
B = 20.88%

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

#EC5655 (or 0xEC5655) is known color: Flamingo. HEX triplet: EC, 56 and 55. RGB value is (236,86,85). Sum of RGB (Red+Green+Blue) = 236+86+85=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5655 is #13A9AA. Grayscale: #828282. Windows color (decimal): -1288619 or 5592812. OLE color: 5592812.

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

Color convert

RGB 236 86 85 -
CMYK 0 0.64 0.64 0.07
HSL 0.4º 0.8% 0.63% -
HSV(B) 0.4º 0.64% 0.93% -
XYZ 39.56 25.14 11.36 -
YUV 130.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 236 86 85 0 0.64 0.64 0.07 0.4 0.8 0.63
Hex EC 56 55 0 40 40 7 0 50 3F
Octal 354 126 125 0 100 100 7 0 120 77
Binary 11101100 1010110 1010101 0 1000000 1000000 111 0 1010000 111111

Color Harmonies of #EC5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5655

Black with #EC5655

Text Example


Text Example

White with #EC5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5655; }

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

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

background-color css

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

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

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

border-color css

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

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

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