Html Css Color HEX #EC5856 Flamingo

📋 copy color: '#EC5856'

red 236 ◦ green 88 ◦ blue 86

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

Shades of Flamingo #EC5856

Tints of Flamingo #EC5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

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

R = 57.56%
G = 21.46%
B = 20.98%

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

#EC5856 (or 0xEC5856) is known color: Flamingo. HEX triplet: EC, 58 and 56. RGB value is (236,88,86). Sum of RGB (Red+Green+Blue) = 236+88+86=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5856 is #13A7A9. Grayscale: #848484. Windows color (decimal): -1288106 or 5658860. OLE color: 5658860.

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

Color convert

RGB 236 88 86 -
CMYK 0 0.63 0.64 0.07
HSL 0.8º 0.8% 0.63% -
HSV(B) 0.8º 0.64% 0.93% -
XYZ 39.76 25.48 11.63 -
YUV 132.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 236 88 86 0 0.63 0.64 0.07 0.8 0.8 0.63
Hex EC 58 56 0 3F 40 7 1 50 3F
Octal 354 130 126 0 77 100 7 1 120 77
Binary 11101100 1011000 1010110 0 111111 1000000 111 1 1010000 111111

Color Harmonies of #EC5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5856

Black with #EC5856

Text Example


Text Example

White with #EC5856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5856; }

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

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

background-color css

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

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

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

border-color css

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

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

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