Html Css Color HEX #EC6246 Flamingo

📋 copy color: '#EC6246'

red 236 ◦ green 98 ◦ blue 70

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

Shades of Flamingo #EC6246

Tints of Flamingo #EC6246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 58.42%
G = 24.26%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6246 (or 0xEC6246) is known color: Flamingo. HEX triplet: EC, 62 and 46. RGB value is (236,98,70). Sum of RGB (Red+Green+Blue) = 236+98+70=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6246 is #139DB9. Grayscale: #888888. Windows color (decimal): -1285562 or 4612844. OLE color: 4612844.

HSL color Cylindrical-coordinate representation of color #EC6246: hue angle of 10.12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC6246 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 98 70 -
CMYK 0 0.58 0.70 0.07
HSL 10.12º 0.81% 0.6% -
HSV(B) 10.12º 0.7% 0.93% -
XYZ 40.07 27.01 8.9 -
YUV 136.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 236 98 70 0 0.58 0.70 0.07 10.12 0.81 0.6
Hex EC 62 46 0 3A 46 7 A 51 3C
Octal 354 142 106 0 72 106 7 12 121 74
Binary 11101100 1100010 1000110 0 111010 1000110 111 1010 1010001 111100

Color Harmonies of #EC6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6246

Black with #EC6246

Text Example


Text Example

White with #EC6246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6246; }

 p { color: rgb(236,98,70); }

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

background-color css

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

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

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

border-color css

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

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

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