Html Css Color HEX #EC6557 Flamingo

📋 copy color: '#EC6557'

red 236 ◦ green 101 ◦ blue 87

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

Shades of Flamingo #EC6557

Tints of Flamingo #EC6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.82%

 BLUE value IS 87 (34.38% from 255) = 20.52%

R = 55.66%
G = 23.82%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC6557 (or 0xEC6557) is known color: Flamingo. HEX triplet: EC, 65 and 57. RGB value is (236,101,87). Sum of RGB (Red+Green+Blue) = 236+101+87=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6557 is #139AA8. Grayscale: #8B8B8B. Windows color (decimal): -1284777 or 5727724. OLE color: 5727724.

HSL color Cylindrical-coordinate representation of color #EC6557: hue angle of 5.64º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6557 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 101 87 -
CMYK 0 0.57 0.63 0.07
HSL 5.64º 0.8% 0.63% -
HSV(B) 5.64º 0.63% 0.93% -
XYZ 40.97 27.83 12.23 -
YUV 139.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 236 101 87 0 0.57 0.63 0.07 5.64 0.8 0.63
Hex EC 65 57 0 39 3F 7 6 50 3F
Octal 354 145 127 0 71 77 7 6 120 77
Binary 11101100 1100101 1010111 0 111001 111111 111 110 1010000 111111

Color Harmonies of #EC6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6557

Black with #EC6557

Text Example


Text Example

White with #EC6557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6557; }

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

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

background-color css

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

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

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

border-color css

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

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

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