Html Css Color HEX #EC6146 Flamingo

📋 copy color: '#EC6146'

red 236 ◦ green 97 ◦ blue 70

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

Shades of Flamingo #EC6146

Tints of Flamingo #EC6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

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

R = 58.56%
G = 24.07%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6146 (or 0xEC6146) is known color: Flamingo. HEX triplet: EC, 61 and 46. RGB value is (236,97,70). Sum of RGB (Red+Green+Blue) = 236+97+70=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6146 is #139EB9. Grayscale: #878787. Windows color (decimal): -1285818 or 4612588. OLE color: 4612588.

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

Color convert

RGB 236 97 70 -
CMYK 0 0.59 0.70 0.07
HSL 9.76º 0.81% 0.6% -
HSV(B) 9.76º 0.7% 0.93% -
XYZ 39.97 26.82 8.87 -
YUV 135.48 91.05 199.7 -
System Red Green Blue C M Y K H S L
Decimal 236 97 70 0 0.59 0.70 0.07 9.76 0.81 0.6
Hex EC 61 46 0 3B 46 7 A 51 3C
Octal 354 141 106 0 73 106 7 12 121 74
Binary 11101100 1100001 1000110 0 111011 1000110 111 1010 1010001 111100

Color Harmonies of #EC6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6146

Black with #EC6146

Text Example


Text Example

White with #EC6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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